UNPKG

nest-box

Version:

A lot of modules for NestJS in this box!

8 lines 158 B
export interface EmailModuleOptions { host: string; port: number; user: string; pass: string; fromName?: string; fromEmail?: string; }