# BuiltInAggregationFn

# Type Alias: BuiltInAggregationFn

```ts
type BuiltInAggregationFn = keyof typeof aggregationFns;
```

Defined in: [features/row-aggregation/aggregationFns.ts:345](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-aggregation/aggregationFns.ts#L345)
