Skip to content

Commit

Permalink
feat: update to effect 3.10 (#729)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Powers <[email protected]>
  • Loading branch information
jonathanpowers-storable authored Jan 6, 2025
1 parent e523dde commit 10aca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ const schema = Schema.Struct({
),
});

type FormData = Schema.Schema.Type<typeof schema>;
type FormData = typeof schema.Type;

interface Props {
onSubmit: (data: FormData) => void;
Expand Down

0 comments on commit 10aca41

Please sign in to comment.