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 174 B
import type { TrckMetric } from './trck-metric.js'; /** * Array of Metric items */ export type TrckMetricList = TrckMetric[]; //# sourceMappingURL=trck-metric-list.d.ts.map