Files
noahspan-modules/libs/modules/src/msGraph/ms-graph.interface.ts

5 lines
107 B
TypeScript

export interface MsGraphOptions {
tenantId: string;
clientId: string;
clientSecret: string;
}