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