export type TableColumn = { name: string; totalsRowFunction?: string; totalsRowLabel?: string; };