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
/
cjs
/
sms.d.ts
7 lines
(6 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
OgenzoSMS
{
username
:
string
;
apiKey
:
string
;
constructor
(
username
:
string
,
apiKey
:
string
);
sendSMS
(
number
:
string
,
msg
:
string
):
Promise
<
any
>; }