verifyEmailFormSchema: ZodObject<
    { token: ZodString },
    "strip",
    ZodTypeAny,
    { token?: string },
    { token?: string },
> = ...