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.

12 lines (11 loc) 242 B
export declare class MicrosoftUser { id: number; externalUserId: string; accessToken: string; refreshToken: string; tokenExpiry: Date; scopes: string; isActive: boolean; createdAt: Date; updatedAt: Date; }