weaviate-client
    Preparing search index...

    Type Alias TenantsPermission

    type TenantsPermission = {
        actions: TenantsAction[];
        collection: string;
        tenant: string;
    }
    Index

    Properties

    actions: TenantsAction[]
    collection: string
    tenant: string