mirror of
https://github.com/bitwarden/jslib
synced 2025-12-15 07:43:45 +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