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 264 B
import type { AiLogCommonResult } from './ai-log-common-result.js'; /** * Representation of the 'AiLogCommonData' schema. */ export type AiLogCommonData = { result?: AiLogCommonResult; } & Record<string, any>; //# sourceMappingURL=ai-log-common-data.d.ts.map