Type alias AggregateGroupByNearOptions<T, M, V>

AggregateGroupByNearOptions<T, M, V>: AggregateNearOptions<M, V> & {
    groupBy: PropertyOf<T> | GroupByAggregate<T>;
}

Type Parameters

  • T
  • M
  • V

Type declaration