1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00
This commit is contained in:
Kyle Spearrin
2018-07-16 12:30:45 -04:00
parent 76ece834d1
commit 3649e2fffe
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export class OrganizationUpdateRequest {
name: string;
businessName: string;
billingEmail: string;
}