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