possible to use withForm with 2 almost identical schemas
I have 2 zod schemas who are almost identical. i made this quick example https://codesandbox.io/p/devbox/immutable-water-5n6qst you can see on page1 and page2 the differences. One has the last_name defined as required and one has the last_name as optional. Is this somewhat possible?
In real life i have 2 really big form which are basically the same but some fields are required in one and not in the other one. But the fields are all the same, this should not intervene with any type safety?