UNPKG

218 BTypeScriptView Raw
1import type { Plugin } from "ajv";
2export interface ErrorMessageOptions {
3 keepErrors?: boolean;
4 singleError?: boolean | string;
5}
6declare const ajvErrors: Plugin<ErrorMessageOptions>;
7export default ajvErrors;