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 { BckndResourceGetResourcePlans } from './bcknd-resource-get-resource-plans.js'; /** * Representation of the 'BckndResourceGetResponse' schema. */ export type BckndResourceGetResponse = { resourcePlans: BckndResourceGetResourcePlans; } & Record<string, any>; //# sourceMappingURL=bcknd-resource-get-response.d.ts.map