5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export interface UserModuleOptions {
|
|
tenantId: string;
|
|
clientId: string;
|
|
clientSecret: string;
|
|
} |