mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
org upgrade api
This commit is contained in:
9
src/models/request/organizationUpgradeRequest.ts
Normal file
9
src/models/request/organizationUpgradeRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PlanType } from '../../enums/planType';
|
||||
|
||||
export class OrganizationUpgradeRequest {
|
||||
businessName: string;
|
||||
planType: PlanType;
|
||||
additionalSeats: number;
|
||||
additionalStorageGb: number;
|
||||
premiumAccessAddon: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user