mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 15:53:41 +00:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
export class ProviderSetupRequest {
|
|
name: string;
|
|
businessName: string;
|
|
billingEmail: string;
|
|
token: string;
|
|
key: string;
|
|
}
|