weaviate-client
    Preparing search index...

    Type Alias PhoneNumberInput

    type PhoneNumberInput = {
        defaultCountry?: string;
        number: string;
    }
    Index

    Properties

    defaultCountry?: string
    number: string