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