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) 247 B
import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class CreateOutlookTables1697025846000 implements MigrationInterface { up(queryRunner: QueryRunner): Promise<void>; down(queryRunner: QueryRunner): Promise<void>; }