David
Results
1
issues of
David
Hello, I stumbled on this problem. When using lazy (recursive types) I cannot use discriminatedUnion anymore. ```ts import z from "zod"; type SomeOtherObject = { type: "some-other-type"; randomProperty: string; };...