UNPKG

pswincom-gateway-typed

Version:

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

3 lines (2 loc) 160 B
import { DeliveryResults, XmlDeliveryResponse } from './types'; export declare const makeDeliveryResult: (xmlResponse: XmlDeliveryResponse) => DeliveryResults;