Skip to content

Commit c01dbf6

Browse files
authored
Fix Ajv import in type declaration file (#110)
1 parent 689fb6d commit c01dbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Request } from "express";
22
import { RequestHandler } from "express-serve-static-core";
33
import { JSONSchema4, JSONSchema6, JSONSchema7 } from "json-schema";
4-
import { Ajv, ErrorObject, Options as AjvOptions } from "ajv";
4+
import Ajv, { ErrorObject, Options as AjvOptions } from "ajv";
55

66
declare module "express-json-validator-middleware" {
77
type OptionKey = "body" | "params" | "query";

0 commit comments

Comments
 (0)