UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

7 lines 184 B
import type { Error } from './error.js'; /** * Representation of the 'ErrorList' schema. * Min Items: 1. */ export type ErrorList = Error[]; //# sourceMappingURL=error-list.d.ts.map