Zod and Convex type error
I'm using Zod to validate my forms.
When I pass the form data to a mutation function, I got a type error.
The function expect some convex ids and the zod schema is a simple string.
What is the fix here?
Zod Schema
Expecting
Error
