1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

premiumAccessAddon option when creating org

This commit is contained in:
Kyle Spearrin
2018-11-20 15:58:27 -05:00
parent 464bca8c4d
commit 5d5200b12e

View File

@@ -9,6 +9,7 @@ export class OrganizationCreateRequest {
paymentToken: string;
additionalSeats: number;
additionalStorageGb: number;
premiumAccessAddon: boolean;
collectionName: string;
country: string;
}