Type alias AggregateGroupByResult<T, M>

AggregateGroupByResult<T, M>: AggregateResult<T, M> & {
    groupedBy: {
        prop: string;
        value: string;
    };
}

Type Parameters

Type declaration

  • groupedBy: {
        prop: string;
        value: string;
    }
    • prop: string
    • value: string