UNPKG

@sap/subaccount-destination-service-provider

Version:

Provide service consumption of SAP subaccount services

8 lines (7 loc) 272 B
import { ODataService } from "@sap/service-provider-apis"; import { RawService } from "../type/interfaces"; export declare class C4cService extends ODataService { readonly namespace: string; readonly metadataUrl: string; constructor(rawService: RawService); }