1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-25 23:03:07 +02: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;
}