supervillain icon indicating copy to clipboard operation
supervillain copied to clipboard

Converts Go structs to Zod schemas

Results 1 supervillain issues
Sort by recently updated
recently updated
newest added

Simple one, just needs a lookup table of what's already been processed. ```go type X { Children []X } ``` Or ```go type Y { Child X } type X...