We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689fb6d commit c01dbf6Copy full SHA for c01dbf6
src/index.d.ts
@@ -1,7 +1,7 @@
1
import { Request } from "express";
2
import { RequestHandler } from "express-serve-static-core";
3
import { JSONSchema4, JSONSchema6, JSONSchema7 } from "json-schema";
4
-import { Ajv, ErrorObject, Options as AjvOptions } from "ajv";
+import Ajv, { ErrorObject, Options as AjvOptions } from "ajv";
5
6
declare module "express-json-validator-middleware" {
7
type OptionKey = "body" | "params" | "query";
0 commit comments