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 366 B
import type { BckndMessage } from './bcknd-message.js'; import type { BckndName } from './bcknd-name.js'; /** * Representation of the 'BckndGenericSecretDataResponse' schema. */ export type BckndGenericSecretDataResponse = { message?: BckndMessage; name?: BckndName; } & Record<string, any>; //# sourceMappingURL=bcknd-generic-secret-data-response.d.ts.map