@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**.
10 lines • 457 B
TypeScript
import type { BckndDeploymentUsage } from './bcknd-deployment-usage.js';
import type { BckndDeploymentQuotaItem } from './bcknd-deployment-quota-item.js';
/**
* Representation of the 'BckndDeploymentResourceQuotaResponse' schema.
*/
export type BckndDeploymentResourceQuotaResponse = {
usage?: BckndDeploymentUsage;
quotas: BckndDeploymentQuotaItem[];
} & Record<string, any>;
//# sourceMappingURL=bcknd-deployment-resource-quota-response.d.ts.map