UNPKG

@sap-ai-sdk/document-grounding

Version:

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

9 lines 216 B
/** * Representation of the 'ValidationError' schema. */ export type ValidationError = { loc: string[]; msg: string; type: string; } & Record<string, any>; //# sourceMappingURL=validation-error.d.ts.map