Skip to content

Commit

Permalink
chore: update readme --skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deathman92 committed Nov 1, 2024
1 parent 2a1c08d commit 2fabdb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,16 @@ error message:
- `maxValue`?: `Constraint<Date>`
- `schema`?: `ValiSchema<Date>`

#### File

- `type`?: `'boolean'`
- `refine`?: `RefineConstraint<File>`
- `check`?: `CheckConstraints<File>`
- `minSize`?: `Constraint<number>`
- `maxSize`?: `Constraint<number>`
- `mimeType`?: `Constraint<string[]>`
- `schema`?: `ValiSchema<File>`

#### String

- `type`?: `'string'`;
Expand Down

0 comments on commit 2fabdb5

Please sign in to comment.