UNPKG

notification-service-sdk

Version:

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

7 lines 254 B
import { SendResult, LarkConfig, LarkMessage } from '../interfaces'; export declare class LarkProvider { private notifyUrl; constructor(config: LarkConfig); send(message: LarkMessage): Promise<SendResult>; } //# sourceMappingURL=lark.d.ts.map