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

8 lines 248 B
import type { BckndError } from './bcknd-error.js'; /** * Representation of the 'BckndErrorResponse' schema. */ export type BckndErrorResponse = { error?: BckndError; } & Record<string, any>; //# sourceMappingURL=bcknd-error-response.d.ts.map