export type ColumnType = string; export interface Column = Record> { id: string; type: ColumnType; name: string; data: Data; } export type StatCalcOpType = string | undefined; //# sourceMappingURL=types.d.ts.map