type alias InterfaceToTypeimport { type InterfaceToType } from "https://dotland.deno.dev/x/hono@v4.2.2/utils/types.ts"; Type ParametersTdefinition: T extends Function ? T : [K in keyof T]: InterfaceToType<T[K]>