mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
add support for org identifier to api models (#149)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export class OrganizationUpdateRequest {
|
||||
name: string;
|
||||
identifier: string;
|
||||
businessName: string;
|
||||
billingEmail: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user