mirror of
https://github.com/bitwarden/jslib
synced 2025-12-29 22:53:18 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
export class OrganizationUpdateRequest {
|
|
name: string;
|
|
businessName: string;
|
|
billingEmail: string;
|
|
}
|