@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**.
9 lines • 380 B
TypeScript
import type { BckndobjectStoreSecretCreationResponseMessage } from './bckndobject-store-secret-creation-response-message.js';
/**
* Message
* @example "Created"
*/
export type BckndobjectStoreSecretCreationResponse = {
message?: BckndobjectStoreSecretCreationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=bckndobject-store-secret-creation-response.d.ts.map