Type alias AggregateGroupByHybridOptions<T, M, V>

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

Type Parameters

  • T
  • M
  • V

Type declaration