chrishoermann / zod-prisma-types

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

Add documentation as jsdoc #12

Closed chrishoermann closed 1 year ago

chrishoermann commented 1 year ago

When documentation other than a @zod validator string is present on a field, this documentation should be added as jsdoc to the field. Same for model.

chrishoermann commented 1 year ago

implemented

chrishoermann commented 1 year ago

Alos add documentation on models

chrishoermann commented 1 year ago

implemented on models