chrishoermann / zod-prisma-types

Generator creates zod types for your prisma models with advanced validation
Other
626 stars 47 forks source link

Add 'Schema' string to all generatred types #22

Closed chrishoermann closed 1 year ago

chrishoermann commented 1 year ago

To make the zod schemas distinguishable from the Prisma types the string Schema should be added to all generated types.

chrishoermann commented 1 year ago

closed