I'm following the tutorial here to set up Hono with Zod validation, but I'm getting the type error seen in the screenshot. Below is my code.
import { type Context, Hono } from "hono"; import { zValidator } from "@hono/zod-validator"; import { z } from "zod"; import { find as findTimezone } from "geo-tz";