UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

15 lines (11 loc) 285 B
import { C as Config } from './config-BhsTjLDM.js'; interface SoapOptions { time?: boolean; timeout?: number; proxy?: string; } interface BaseServiceInterface { __soapClient: object; config: Config; } export type { BaseServiceInterface as B, SoapOptions as S };