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.

6 lines (5 loc) 112 B
export interface TokenResponse { access_token: string; refresh_token: string; expires_in: number; }