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.

14 lines (13 loc) 311 B
export declare class OutlookWebhookSubscription { id: number; subscriptionId: string; userId: number; resource: string; changeType: string; clientState: string; notificationUrl: string; expirationDateTime: Date; isActive: boolean; createdAt: Date; updatedAt: Date; }