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 339 B
import type { BckndDeploymentQuota } from './bcknd-deployment-quota.js'; /** * Representation of the 'BckndDeploymentQuotaItem' schema. */ export type BckndDeploymentQuotaItem = { resourcePlanType?: string; deploymentQuota?: BckndDeploymentQuota; } & Record<string, any>; //# sourceMappingURL=bcknd-deployment-quota-item.d.ts.map