UNPKG

hilink-nodejs-sms

Version:

Node.js library to send sms using Huawei modems (hilink).

7 lines (6 loc) 153 B
interface ISmsQueueItem { message: string; recipient: string | string[]; callback: (error?: string) => void; } export default ISmsQueueItem;