@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**.
8 lines • 313 B
TypeScript
import type { BckndGenericSecretData } from './bcknd-generic-secret-data.js';
/**
* Representation of the 'BckndGenericSecretPatchBody' schema.
*/
export type BckndGenericSecretPatchBody = {
data: BckndGenericSecretData;
} & Record<string, any>;
//# sourceMappingURL=bcknd-generic-secret-patch-body.d.ts.map