UNPKG

pswincom-gateway-typed

Version:

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

3 lines (2 loc) 113 B
import { SmsOptions } from './types'; export declare const makeXmlRequestModel: (options: SmsOptions) => string;