mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 16:43:27 +00:00
9 lines
308 B
TypeScript
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;
|
|
}
|