UNPKG

notification-service-sdk

Version:

A Node.js notification service SDK supporting email and SMS providers

8 lines 285 B
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