chrishoermann / zod-prisma-types

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

Typo on createPartialTypes code section #219

Closed martinc1991 closed 7 months ago

martinc1991 commented 7 months ago

In the createPartialTypes section of the options, there was a typo: the final export of the code section was left outside the code block. Just a minor fix.

image