Skip to content

Commit

Permalink
Fixed the TypeScript type definition for Options' "format"
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiAstedrone committed Feb 12, 2020
1 parent 10f6cba commit d601e48
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 d601e48

Please sign in to comment.