Hey @colinhacks.com in some other post you mentioned how to extend Zod. I used it to add an `empty()` onto the ZodString like `z.string().email().empty()` Is there any way to extend ZodOptional<z.ZodString> so I can use something like `z.string().email().optional().empty()`?
0 likes 1 replies
?