UNPKG

cotizaciones-uruguay

Version:
4 lines (3 loc) 176 B
type WebService = 'awsultimocierre' | 'awsbcumonedas' | 'awsbcucotizaciones'; export declare function getSoapClient(ws: WebService): Promise<import("soap").Client>; export {};