weaviate-client
    Preparing search index...

    Type Alias TenantBase

    The base type for a tenant. Only the name is required.

    type TenantBase = {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the tenant.