UNPKG

@nestjs-modules/mailer

Version:

NestJS - a mailer module (@mailer)

5 lines (4 loc) 196 B
import { MailerOptions } from './mailer-options.interface'; export interface TemplateAdapter { compile(mail: any, callback: (err?: any, body?: string) => any, options: MailerOptions): void; }