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**.

10 lines 485 B
import type { BckndId } from './bcknd-id.js'; import type { BckndArgoCDApplicationCreationResponseMessage } from './bcknd-argo-cd-application-creation-response-message.js'; /** * Representation of the 'BckndArgoCDApplicationCreationResponse' schema. */ export type BckndArgoCDApplicationCreationResponse = { id: BckndId; message: BckndArgoCDApplicationCreationResponseMessage; } & Record<string, any>; //# sourceMappingURL=bcknd-argo-cd-application-creation-response.d.ts.map