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 { BckndArgoCDApplicationDeletionResponseMessage } from './bcknd-argo-cd-application-deletion-response-message.js'; /** * Representation of the 'BckndArgoCDApplicationDeletionResponse' schema. */ export type BckndArgoCDApplicationDeletionResponse = { id: BckndId; message: BckndArgoCDApplicationDeletionResponseMessage; } & Record<string, any>; //# sourceMappingURL=bcknd-argo-cd-application-deletion-response.d.ts.map