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

12 lines 411 B
import type { BckndArgoCDApplicationDataResponse } from './bcknd-argo-cd-application-data-response.js'; /** * list of applications */ export type BckndAllArgoCDApplicationData = { /** * Number of the resource instances in the list */ count: number; resources: BckndArgoCDApplicationDataResponse[]; } & Record<string, any>; //# sourceMappingURL=bcknd-all-argo-cd-application-data.d.ts.map