Skip to content

Type Alias: AggregateType

AggregateType = "sum" | "avg" | "min" | "max" | "count"

Defined in: src/model/types.ts:388

Built-in aggregation types.