This commit is contained in:
7
node_modules/ajv-errors/dist/index.d.ts
generated
vendored
Normal file
7
node_modules/ajv-errors/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Plugin } from "ajv";
|
||||
export interface ErrorMessageOptions {
|
||||
keepErrors?: boolean;
|
||||
singleError?: boolean | string;
|
||||
}
|
||||
declare const ajvErrors: Plugin<ErrorMessageOptions>;
|
||||
export default ajvErrors;
|
||||
Reference in New Issue
Block a user