UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

10 lines 224 B
/** * Representation of the 'GenericError' schema. */ export type GenericError = { /** * Human-readable error message */ error: string; } & Record<string, any>; //# sourceMappingURL=generic-error.d.ts.map