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) 204 B
import { PermissionScope } from '../../enums/permission-scope.enum'; export interface StateObject { userId: string; csrf: string; timestamp: number; requestedScopes?: PermissionScope[]; }