import type { TableTotalsFunction } from "./TableTotalsFunction.js"; export type TableColumnPatch = { name?: string; totalsFunction?: TableTotalsFunction; totalsLabel?: string; totalsFormula?: string; calculatedColumnFormula?: string; };