UNPKG
nest-box
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A lot of modules for NestJS in this box!
github.com/zhangcf233/nest-box
zhangcf233/nest-box
nest-box
/
dist
/
email
/
email.interface.d.ts
9 lines
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
EmailModuleOptions
{
host
:
string
;
port
:
number
;
user
:
string
;
pass
:
string
;
fromName
?:
string
;
fromEmail
?:
string
; }
//# sourceMappingURL=email.interface.d.ts.map