UNPKG
mailex
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
Easy Mail Sender
mailex
/
dist
/
model
/
mailobj.d.ts
6 lines
(5 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
mailobj {
email
:
string
;
subject
:
string
;
content
:
string
; }