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?
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?