UNPKG
@sap/subaccount-destination-service-provider
Version:
latest (2.18.3)
2.18.3
2.18.2
2.18.0
2.16.0
2.15.0
2.14.1
2.14.0
2.13.1
2.12.2
2.9.1
2.7.0
2.4.4
2.4.2
2.4.1
2.3.4
2.2.1
1.8.2
1.5.3
1.4.5
1.4.1
1.4.0
1.3.0
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.2
1.2.1
1.2.0
Provide service consumption of SAP subaccount services
@sap/subaccount-destination-service-provider
/
out
/
src
/
c4c
/
type
/
interfaces.d.ts
10 lines
(9 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
RawService
{
ServiceName
:
string
;
Namespace
:
string
;
MetadataURL
:
string
;
metadataFilter
?:
string
; }
export
interface
RawSuperService
{
LeadingEntityTypeName
:
string
; }