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**.

5 lines 154 B
/** * Base64 encoded secret data */ export type BckndGenericSecretData = Record<string, string>; //# sourceMappingURL=bcknd-generic-secret-data.d.ts.map