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

9 lines 253 B
import type { RTALogCommonData } from './rta-log-common-data.js'; /** * A common log query response. * */ export type RTALogCommonResponse = { data?: RTALogCommonData; } & Record<string, any>; //# sourceMappingURL=rta-log-common-response.d.ts.map