Z.Hole
The members of Z.Hole map 1-1 to the corresponding zod schema, with the important difference that recursion is "factored out".
If you take a closer look at the type, you'll see what I mean: everywhere where I would have made a recursive call has been replaced with _.
_
Z.Hole
The members of
Z.Hole
map 1-1 to the corresponding zod schema, with the important difference that recursion is "factored out".If you take a closer look at the type, you'll see what I mean: everywhere where I would have made a recursive call has been replaced with
_
.