Skip to content

Commit 10aca41

Browse files
feat: update to effect 3.10 (#729)
Signed-off-by: Jonathan Powers <jonathan.powers@storable.com>
1 parent e523dde commit 10aca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ const schema = Schema.Struct({
670670
),
671671
});
672672

673-
type FormData = Schema.Schema.Type<typeof schema>;
673+
type FormData = typeof schema.Type;
674674

675675
interface Props {
676676
onSubmit: (data: FormData) => void;

0 commit comments

Comments
 (0)