UNPKG

@sap-ai-sdk/core

Version:

**This package is designed for internal usage and should not be consumed directly.**

8 lines 394 B
import type { HttpDestination, HttpDestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity'; /** * Returns a destination object. * @param destination - The destination to use for the request. * @returns The destination object. */ export declare function getAiCoreDestination(destination?: HttpDestinationOrFetchOptions): Promise<HttpDestination>; //# sourceMappingURL=context.d.ts.map