UNPKG

notification-services

Version:

use email, sms and custom notification services for node.js application easily

11 lines (10 loc) 251 B
export declare const gupshupSend: (options: { userId: string; password: string; to: string; message: string; mask: string; }, callback: { (res: any, err: any): void; (arg0: {} | null, arg1: Error | null): void; }) => void;