UNPKG

@checkfirst/nestjs-outlook

Version:

An opinionated NestJS module for Microsoft Outlook integration that provides easy access to Microsoft Graph API for emails, calendars, and more.

8 lines (7 loc) 169 B
export interface MicrosoftOutlookConfig { clientId: string; clientSecret: string; redirectPath: string; backendBaseUrl: string; basePath?: string; }