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

8 lines 334 B
import type { BckndResourcePatchResourcePlans } from './bcknd-resource-patch-resource-plans.js'; /** * Representation of the 'BckndResourcePatchBody' schema. */ export type BckndResourcePatchBody = { resourcePlans: BckndResourcePatchResourcePlans; } & Record<string, any>; //# sourceMappingURL=bcknd-resource-patch-body.d.ts.map