Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Borai <[email protected]>
  • Loading branch information
dararod and EstebanBorai authored Mar 13, 2024
1 parent 335fd05 commit 63d1667
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,12 @@ export type FormConfig<T extends object> = {
* [1]: https://github.com/jquense/yup
*/
validationSchema?: Schema;

validationOption?: ValidateOptions;
/**
* [Yup][1] validation options used internally
*
* [1]: https://github.com/jquense/yup
*/
validationOptions?: ValidateOptions;
};

/**
Expand Down

0 comments on commit 63d1667

Please sign in to comment.