mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
Provide owner with Provider client org create requst (#444)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { OrganizationCreateRequest } from '../organizationCreateRequest';
|
||||
|
||||
export class ProviderOrganizationCreateRequest {
|
||||
constructor(public clientOwnerEmail: string, public organizationCreateRequest: OrganizationCreateRequest) { }
|
||||
}
|
||||
Reference in New Issue
Block a user