UNPKG

ontimize-web-ngx

Version:
7 lines (6 loc) 182 B
import { AggregateFunction } from '../aggregate-function.type'; export type OColumnAggregate = { title?: string; attr?: string; operator?: string | AggregateFunction; };