Interface AggregationMetric

interface AggregationMetric {
    alias?: string;
    field: string;
    fn: AggregationFn;
}

Properties

Properties

alias?: string
field: string