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

18 lines 450 B
/** * Representation of the 'BckndArgoCDApplicationBaseData' schema. */ export type BckndArgoCDApplicationBaseData = { /** * URL of the repository to synchronise */ repositoryUrl: string; /** * revision to synchronise */ revision: string; /** * path within the repository to synchronise */ path: string; } & Record<string, any>; //# sourceMappingURL=bcknd-argo-cd-application-base-data.d.ts.map