5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
export interface MsGraphOptions {
|
|
tenantId: string;
|
|
clientId: string;
|
|
clientSecret: string;
|
|
} |