UNPKG
ogenzo-widgets
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Ogenzo Payment Node js Module
github.com/Ogenzo/ogenzo-widgets
Ogenzo/ogenzo-widgets
ogenzo-widgets
/
lib
/
esm
/
email.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
OgenzoMail
{ apiKey:
string
;
constructor
(
apiKey
:
string
);
sendEmail
(
email
:
string
,
from
:
string
,
subject
:
string
,
code
:
string
,
msg
:
string
):
void
; }