quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Support for kind=uuid strings in typescript-zod output

Open liosha opened this issue 10 months ago • 1 comments

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()

liosha avatar Dec 09 '24 08:12 liosha