Type alias AggregateParams<T>

AggregateParams<T>: {
    aggregations: AggregationFields<T>;
    by?: { [ K in keyof T["pureSort"]]: true };
    filter?: T["filter"];
    limit?: number;
    options?: T["driverFilterOptions"];
    skip?: number;
} & OperationParams<T>

Type Parameters

Generated using TypeDoc