@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 • 503 B
TypeScript
import type { BckndId } from './bcknd-id.js';
import type { BckndArgoCDRepositoryModificationResponseMessage } from './bcknd-argo-cd-repository-modification-response-message.js';
/**
* Representation of the 'BckndArgoCDRepositoryModificationResponse' schema.
*/
export type BckndArgoCDRepositoryModificationResponse = {
id: BckndId;
message: BckndArgoCDRepositoryModificationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=bcknd-argo-cd-repository-modification-response.d.ts.map