Type alias AggregateMiddlewareOutput<T>

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

Type Parameters

Type declaration

Generated using TypeDoc