prisma-typebox-generator
prisma-typebox-generator copied to clipboard
Extended validation options
Is there a way to e.g. validate email inputs via the config object on the String validator?
const T = Type.String({
format: 'email'
})