Type alias AggregatePostProcessing<T, A>

AggregatePostProcessing<T, A>: {
    having?: { [ K in keyof A["aggregations"]]?: EqualityOperators<number> | QuantityOperators<number> | number };
    sorts?: Partial<Record<keyof A["aggregations"] | keyof A["by"], SortDirection>>[];
}

Type Parameters

Type declaration

Generated using TypeDoc