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
/
src
/
email
/
email.interface.ts
8 lines
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
EmailModuleOptions
{
host
:
string
;
port
:
number
;
user
:
string
;
pass
:
string
;
fromName
?:
string
;
fromEmail
?:
string
; }