Say I have a zod schema that I validate against the form, that is all working well
But what if I don't want to list out all the defaultValues, where it infers types from normally
if I export FormValues type using zod infer of the schema, and bring it into the form, where do I put this? When I put it on useForm<FormValues> TS freaked out