Skip to content

Commit 877d286

Browse files
authored
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
Add _opts property type in Ajv.Ajv
2 parents f1c8e45 + a3c7eba commit 877d286

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: Options;
140141
}
141142

142143
interface CustomLogger {

0 commit comments

Comments
 (0)