Type alias PermissionsQuery

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

Type declaration