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

10 lines 340 B
import type { KpiArrayOfColumnNames } from './kpi-array-of-column-names.js'; import type { KpiResultRowList } from './kpi-result-row-list.js'; /** * Representation of the 'KpiResultSet' schema. */ export type KpiResultSet = { header?: KpiArrayOfColumnNames; rows?: KpiResultRowList; }; //# sourceMappingURL=kpi-result-set.d.ts.map