diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index cc2881b33..078364d8c 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: Options; } interface CustomLogger {