You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when the json schema has intersection types you are using the ".and" command to join them together. Would it not be better to use the .merge command as it's suggested in the documentation?
In my implementation i need to access the shape attribute of the generated zod objects but ZodIntersection does not have it.
The text was updated successfully, but these errors were encountered:
Right now when the json schema has intersection types you are using the ".and" command to join them together. Would it not be better to use the .merge command as it's suggested in the documentation?
In my implementation i need to access the shape attribute of the generated zod objects but ZodIntersection does not have it.
The text was updated successfully, but these errors were encountered: