type AggregationFnOption<TFeatures, TData> =
| "auto"
| keyof AggregationFns
| BuiltInAggregationFn
| AggregationFn<TFeatures, TData>;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:44
TFeatures extends TableFeatures
TData extends RowData