import { type InterfaceToType } from "https://deno.land/x/hono@v4.2.8/utils/types.ts";
definition: T extends Function ? T : [K in keyof T]: InterfaceToType<T[K]>
import { type InterfaceToType } from "https://deno.land/x/hono@v4.2.8/utils/types.ts";