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