diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index f79218237..078364d8c 100644 --- a/lib/ajv.d.ts +++ b/lib/ajv.d.ts @@ -137,7 +137,7 @@ declare namespace ajv { */ errorsText(errors?: Array | null, options?: ErrorsTextOptions): string; errors?: Array | null; - _opts: any; + _opts: Options; } interface CustomLogger {