weaviate-client
    Preparing search index...

    Type Alias QueryNested<T>

    QueryNested: {
        [K in NestedKeys<T>]: {
            name: K;
            properties: QueryProperty<ExtractNestedType<T[K]>>[];
        }
    }[NestedKeys<T>]

    Type Parameters

    • T