Skip to content

Commit

Permalink
Merge pull request #1163 from MattiAstedrone/master
Browse files Browse the repository at this point in the history
Fixed the TypeScript type definition for Options' "format"
  • Loading branch information
epoberezkin committed Feb 12, 2020
2 parents 10f6cba + d601e48 commit 2320dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajv.d.ts
Expand Up @@ -169,7 +169,7 @@ declare namespace ajv {
jsonPointers?: boolean;
uniqueItems?: boolean;
unicode?: boolean;
format?: string;
format?: false | string;
formats?: object;
unknownFormats?: true | string[] | 'ignore';
schemas?: Array<object> | object;
Expand Down

0 comments on commit 2320dc5

Please sign in to comment.