export interface Scope { DataType?: 'String' | 'Number' | 'Boolean' | 'Date'; ColumnIds?: string[]; ColumnCategoryIds?: string[]; }