prisma-typebox-generator icon indicating copy to clipboard operation
prisma-typebox-generator copied to clipboard

Extended validation options

Open m1212e opened this issue 1 year ago • 0 comments

Is there a way to e.g. validate email inputs via the config object on the String validator?

const T = Type.String({
  format: 'email'
}) 

m1212e avatar Dec 14 '23 15:12 m1212e