mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
export class OrganizationUpdateRequest {
|
|
name: string;
|
|
identifier: string;
|
|
businessName: string;
|
|
billingEmail: string;
|
|
}
|