UNPKG

@sap/subaccount-destination-service-provider

Version:

Provide service consumption of SAP subaccount services

16 lines (15 loc) 626 B
import { ConnectivityProvider } from "@sap/service-provider-apis"; export declare const DESTINATION_PATH = "/destinations"; export declare class BaseRetriever { protected readonly logger: { fatal: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; debug: (message: string) => void; trace: (message: string) => void; getChildLogger: (opts: any) => any; }; protected readonly connectivityProvider: ConnectivityProvider; constructor(connectivityProvider?: ConnectivityProvider); }