Type alias AggregateGroupByHybridOptions<T, M>

AggregateGroupByHybridOptions<T, M>: AggregateHybridOptions<T, M> & {
    groupBy: PropertyOf<T> | GroupByAggregate<T>;
}

Type Parameters

  • T
  • M

Type declaration