UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

11 lines 397 B
/** * Representation of the 'BckndServiceServiceCatalogItemExtendCredentials' schema. */ export type BckndServiceServiceCatalogItemExtendCredentials = { shared?: { serviceUrls?: { AI_API_URL?: string; } & Record<string, any>; } & Record<string, any>; } & Record<string, any>; //# sourceMappingURL=bcknd-service-service-catalog-item-extend-credentials.d.ts.map