UNPKG

@sap/destination-instance-service-provider

Version:

Provide service consumption of SAP IT services

5 lines (4 loc) 420 B
import { ServiceRetriever, ProviderSystem, Annotation, Service } from "@sap/service-provider-apis"; export declare function DestinationToProviderSystem(responseDestination: any, retriever: ServiceRetriever): ProviderSystem; export declare function ServiceResponseToService(responseService: any, protocol: string): Service[]; export declare function AnnotationResponseToAnnotations(parsedAnnotations: any): Annotation[];