Skip to content

Commit

Permalink
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
Browse files Browse the repository at this point in the history
Add _opts property type in Ajv.Ajv
  • Loading branch information
epoberezkin committed Sep 15, 2020
2 parents f1c8e45 + a3c7eba commit 877d286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ajv.d.ts
Expand Up @@ -137,6 +137,7 @@ declare namespace ajv {
*/
errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;
errors?: Array<ErrorObject> | null;
_opts: Options;
}

interface CustomLogger {
Expand Down

0 comments on commit 877d286

Please sign in to comment.