UNPKG
notification-service-sdk
Version:
latest (1.0.0)
1.0.0
A Node.js notification service SDK supporting email and SMS providers
notification-service-sdk
/
dist
/
providers
/
aliSms.d.ts
8 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
AliSmsConfig
,
BaseSmsMessage
,
SendResult
}
from
'../interfaces'
;
export
declare
class
AliSmsProvider
{
private
client;
private
config;
constructor
(
config
:
AliSmsConfig
);
send
(
message
:
BaseSmsMessage
):
Promise
<
SendResult
>; }
//# sourceMappingURL=aliSms.d.ts.map