How to generate yup schema from typescript interface

Viewed 11

I have a number of interfaces declared in typescript. I want to covert them into yup schemas, is there 'ready to use' solutions to do this programmatically and not manually?

0 Answers
Related