Alon Bar David
Results
1
issues of
Alon Bar David
**Is your feature request related to a problem? Please describe.** Let's say I have a company object defined as follows: ``` const Address = z.object({ street: z.string(), city: z.string(), state:...
enhancement