Skip to content

Commit 236328e

Browse files
committed
add _opts property in Ajv.Ajv
1 parent a1ebd03 commit 236328e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ajv.d.ts

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

142143
interface CustomLogger {

0 commit comments

Comments
 (0)