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

8 lines 270 B
import type { RTALogCommonResult } from './rta-log-common-result.js'; /** * Representation of the 'RTALogCommonData' schema. */ export type RTALogCommonData = { result?: RTALogCommonResult; } & Record<string, any>; //# sourceMappingURL=rta-log-common-data.d.ts.map