Patrick

Results 2 comments of Patrick

Hey guys, i got this for a bit but after fiddling with the extension i figured out how to hide it. First, you will need to enable "Monitor Network" again...

you can just [refine](https://zod.dev/?id=refine) the object, or if you want a better type on the end, use [discriminatedUnion](https://zod.dev/?id=discriminated-unions) using refine: ```typescript const validator1 = z.object({ start_date: z.date(), end_date: z.date().optional(), checkbox:...