Skip to content

Commit

Permalink
docs(core): add Type number and integer for ValidatorFormats (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetyphon committed Jun 18, 2021
1 parent 70070f1 commit 0359114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/docs/api/models/Field.md
Expand Up @@ -601,6 +601,8 @@ type ValidatorFormats =
| 'email'
| 'ipv6'
| 'ipv4'
| 'number'
| 'integer'
| 'idcard'
| 'qq'
| 'phone'
Expand Down

0 comments on commit 0359114

Please sign in to comment.