interface FeatureAggregateParams {
    aggregates: Aggregates[];
    filter?: GeospatialFeatureFilter;
    groupBy?: string[];
    outputSrid?: number;
    property: string;
}

Properties

aggregates: Aggregates[]
groupBy?: string[]
outputSrid?: number
property: string