Type alias GroupByNearOptions<T, V, I>

GroupByNearOptions<T, V, I>: BaseNearOptions<T, V, I> & {
    groupBy: GroupByOptions<T>;
}

Options available in the near search queries when specifying the groupBy parameter.

Type Parameters

  • T
  • V
  • I

Type declaration