using zod schema for validation
I want to use the zod schema directly like above
emailFormSchema but its giving me error;Type 'ZodObject<{ email: ZodString; }, "strip", ZodTypeAny, { email: string; }, { email: string; }>' is not assignable to type 'void | ZodValidator | undefined'.