weaviate-client
    Preparing search index...

    Type Alias GroupsPermission

    type GroupsPermission = {
        actions: GroupsAction[];
        groupID: string;
        groupType: WeaviateGroupType;
    }
    Index

    Properties

    actions: GroupsAction[]
    groupID: string
    groupType: WeaviateGroupType