Type alias AggregateMiddlewareInput<T>

AggregateMiddlewareInput<T>: {
    args?: AggregatePostProcessing<T, AggregateParams<T>>;
    operation: "aggregate";
    params: AggregateParams<T>;
}

Type Parameters

Type declaration

Generated using TypeDoc