import { Aggregation } from '../enums/aggregation'; export interface ColumnAggregation { [key: string]: Aggregation; }