Type alias AggregateGroupByNearOptions<T, M>

AggregateGroupByNearOptions<T, M>: AggregateNearOptions<T, M> & {
    groupBy: keyof T & string | GroupByAggregate<T>;
}

Type Parameters

  • T
  • M

Type declaration