quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

[FEATURE]: Support for kind=uuid strings in typescript-zod output

Open liosha opened this issue 10 months ago • 0 comments

Support for kind=uuid strings in typescript-zod output

Context (Input, Language)

Input Format: json-schema Output Language: typescript-zod

Current Behaviour / Output

z.string()

Proposed Behaviour / Output

z.string().uuid()

liosha avatar Dec 09 '24 08:12 liosha