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 271 B
/** * Representation of the 'BckndResourceGetResourcePlans' schema. */ export type BckndResourceGetResourcePlans = Record<string, { provisioned: number; requested: number; } & Record<string, any>>; //# sourceMappingURL=bcknd-resource-get-resource-plans.d.ts.map