@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**.
16 lines • 497 B
TypeScript
/**
* Representation of the 'BckndCommonResourceQuotaResponse' schema.
*/
export type BckndCommonResourceQuotaResponse = {
usage?: {
count?: number;
} & Record<string, any>;
quota: {
/**
* The value can be 0(disabled) or a positive integer defining the maximum allowed number
* @example 10
*/
maxCount?: number;
} & Record<string, any>;
} & Record<string, any>;
//# sourceMappingURL=bcknd-common-resource-quota-response.d.ts.map