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 213 B
import type { KpiResultRow } from './kpi-result-row.js'; /** * Representation of the 'KpiResultRowList' schema. */ export type KpiResultRowList = KpiResultRow[]; //# sourceMappingURL=kpi-result-row-list.d.ts.map