UNPKG

pswincom-gateway-typed

Version:

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

3 lines (2 loc) 138 B
import { XmlDeliveryResponse } from './types'; export declare const makeDeliveryResponse: (body: string) => Promise<XmlDeliveryResponse>;