From 236328e6e6842a9f56803b6d045756ff8372b5c0 Mon Sep 17 00:00:00 2001 From: Hodaka Kasama Date: Fri, 21 Aug 2020 09:59:18 +0900 Subject: [PATCH] add _opts property in Ajv.Ajv --- lib/ajv.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index cc2881b33..f79218237 100644 --- a/lib/ajv.d.ts +++ b/lib/ajv.d.ts @@ -137,6 +137,7 @@ declare namespace ajv { */ errorsText(errors?: Array | null, options?: ErrorsTextOptions): string; errors?: Array | null; + _opts: any; } interface CustomLogger {