quicktype
quicktype copied to clipboard
Support for kind=uuid strings in typescript-zod output
Description
Support for kind=uuid strings in typescript-zod output
Related Issue
Suggested fix for https://github.com/glideapps/quicktype/issues/2668
Previous Behaviour / Output
z.string()
New Behaviour / Output
z.string().uuid()
Nice one @liosha +1 for this, it'd be really helpful for us!