Sebastian Kasanzew

Results 1 issues of Sebastian Kasanzew

## Bug description I try to get rid of `enum`s in my codebase. So in the schema world this means having `z.union([z.literal('...')])` or `z.literal('...')` instead of `z.nativeEnum(...)`. But it seems...

enhancement