Ensure uniqueness for zod schema field
Hello!
I am using
How can I validate using Zod that each
Thank you!
I am using
react-hook-form and have the following zod object to validate the input participants:How can I validate using Zod that each
email is unique, aswell as each name ? Something like a .unique() is what I am looking for Thank you!
