Skip to content

Commit

Permalink
change _opts type to Options.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4h0-c4t committed Sep 7, 2020
1 parent 236328e commit 9963331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajv.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ declare namespace ajv {
*/
errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;
errors?: Array<ErrorObject> | null;
_opts: any;
_opts: Options;
}

interface CustomLogger {
Expand Down

0 comments on commit 9963331

Please sign in to comment.