export interface AggregateFunction { formula: string; aggregateOperation: string; }