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

9 lines 325 B
import type { BckndUsageResourcePlanItem } from './bcknd-usage-resource-plan-item.js'; /** * Representation of the 'BckndDeploymentUsage' schema. */ export type BckndDeploymentUsage = { count: number; items: BckndUsageResourcePlanItem[]; } & Record<string, any>; //# sourceMappingURL=bcknd-deployment-usage.d.ts.map