Type Alias DataSource

DataSource: {
    dirty: boolean;
    type: string;
    get range(): DataRange;
    add(value: number): void;
    clear(): void;
}

A data source