UNPKG

@mehulbaid/nest-sendgrid

Version:

Integrates @sendgrid/mail client in a modular way to help send email from NestJs

4 lines (3 loc) 214 B
import { SendGridModuleOptions } from '../interfaces'; import { SendGridService } from '../services/sendgrid.service'; export declare function createSendGridClient(options: SendGridModuleOptions): SendGridService;