@bzr/bazaar
    Preparing search index...

    Type Alias PermissionsQuery

    type PermissionsQuery = {
        collectionName?: string;
        granteeId?: string;
        granteeType?: GranteeType;
        type?: PermissionType;
    }
    Index

    Properties

    collectionName?: string
    granteeId?: string
    granteeType?: GranteeType