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

18 lines 364 B
/** * Representation of the 'BckndResourceGroupBase' schema. */ export type BckndResourceGroupBase = { /** * resource group id */ resourceGroupId?: string; /** * tenant id */ tenantId?: string; /** * zone id */ zoneId?: string; } & Record<string, any>; //# sourceMappingURL=bcknd-resource-group-base.d.ts.map