UNPKG

nest-box

Version:

A lot of modules for NestJS in this box!

9 lines 204 B
export interface EmailModuleOptions { host: string; port: number; user: string; pass: string; fromName?: string; fromEmail?: string; } //# sourceMappingURL=email.interface.d.ts.map