UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

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