Type alias QueryReturn<T, V>

QueryReturn<T, V>: Promise<WeaviateReturn<T, V>> | Promise<GroupByReturn<T, V>>

The return type of the query methods. It is a union of a standard query and a group by query due to function overloading.

Type Parameters

  • T
  • V