iway1 / trpc-panel

MIT License
663 stars 50 forks source link

feat: support ZodUnions of ZodLiterals #86

Closed willruggiano closed 1 year ago

willruggiano commented 1 year ago

Just ZodLiterals for now, since that is my primary usecase.

z.union([z.literal("foo"), z.literal("bar")]);
karolstawowski commented 1 year ago

Fixes issue #75