weaviate-client
    Preparing search index...

    Type Alias PropertyDescriptionsUpdate<T>

    PropertyDescriptionsUpdate: T extends undefined
        ? Record<string, string>
        : { [Property in keyof T]: string }

    Type Parameters

    • T