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 245 B
import type { AiLogCommonResultItem } from './ai-log-common-result-item.js'; /** * Representation of the 'AiLogCommonResult' schema. */ export type AiLogCommonResult = AiLogCommonResultItem[]; //# sourceMappingURL=ai-log-common-result.d.ts.map