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

6 lines 251 B
import type { RTALogCommonResultItem } from './rta-log-common-result-item.js'; /** * Representation of the 'RTALogCommonResult' schema. */ export type RTALogCommonResult = RTALogCommonResultItem[]; //# sourceMappingURL=rta-log-common-result.d.ts.map