1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00
Files
browser/libs/common/src/admin-console/models/request/organization-collection-management-update.request.ts

9 lines
308 B
TypeScript

// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
export class OrganizationCollectionManagementUpdateRequest {
limitCollectionCreation: boolean;
limitCollectionDeletion: boolean;
limitItemDeletion: boolean;
allowAdminAccessToAllCollectionItems: boolean;
}