UNPKG
@dgac/nmb2b-client
Version:
latest (2.2.6)
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-rc.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.0
0.2.4
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
EUROCONTROL Network Manager B2B SOAP client
github.com/DGAC/nmb2b-client-js
DGAC/nmb2b-client-js
@dgac/nmb2b-client
/
dist
/
ServiceInterface-D_0ZEOlz.d.cts
15 lines
(11 loc)
•
286 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 };