Type alias WeaviateReturn<T, V>

WeaviateReturn<T, V>: {
    objects: WeaviateObject<T, V>[];
}

The return of a query method in the collection.query namespace.

Type Parameters

  • T
  • V

Type declaration