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) 139 B
export declare class MicrosoftCsrfToken { id: number; token: string; userId: string; expires: Date; createdAt: Date; }