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 525 B
import type { BckndId } from './bcknd-id.js'; import type { BcknddockerRegistrySecretModificationResponseMessage } from './bcknddocker-registry-secret-modification-response-message.js'; /** * Representation of the 'BcknddockerRegistrySecretModificationResponse' schema. */ export type BcknddockerRegistrySecretModificationResponse = { id: BckndId; message: BcknddockerRegistrySecretModificationResponseMessage; } & Record<string, any>; //# sourceMappingURL=bcknddocker-registry-secret-modification-response.d.ts.map