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