library for converting form data to an object based on zod model
hello. is there a library that can convert form data submitted, which will be all strings into an object based on a zod model that I create with zod-prisma, that does not have preprocess or transform applied to it?
