weaviate-client
    Preparing search index...

    Type Alias QueryReturn<T, V>

    QueryReturn: 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