Skip to content

Commit 9963331

Browse files
committed
change _opts type to Options.
1 parent 236328e commit 9963331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ajv.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ declare namespace ajv {
137137
*/
138138
errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;
139139
errors?: Array<ErrorObject> | null;
140-
_opts: any;
140+
_opts: Options;
141141
}
142142

143143
interface CustomLogger {

0 commit comments

Comments
 (0)