UNPKG

pswincom-gateway-typed

Version:

Send SMS messages through LINK Mobility / PSWinCom Gateway, TypeScript version.

3 lines (2 loc) 155 B
import { SmsResult, XmlResponseModel } from './types'; export declare const makeSmsResult: (response: XmlResponseModel, receivers: string[]) => SmsResult;