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

22 lines 394 B
/** * Representation of the 'BckndTenant' schema. */ export type BckndTenant = { /** * tenant id */ tenantId?: string; /** * zone id */ zoneId?: string; /** * real sub account id */ realSubaccountId?: string; /** * service plan */ servicePlan?: string; } & Record<string, any>; //# sourceMappingURL=bcknd-tenant.d.ts.map