UNPKG
@nest-modules/mailer
Version:
latest (1.3.22)
1.3.22
1.3.9
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.0
0.2.1
0.1.3
NestJS - a mailer module (@mailer)
github.com/nest-modules/mailer
nest-modules/mailer
@nest-modules/mailer
/
dist
/
interfaces
/
mailer-send-mail-options.interface.d.ts
6 lines
(5 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
SendMailOptions
}
from
'nodemailer'
;
export
interface
MailerSendMailOptions
extends
SendMailOptions
{
template
?:
string
;
context
?:
any
; }