interface Routerimport { type Router } from "https://dotland.deno.dev/x/hono@v3.7.0-rc.1/router.ts"; Type ParametersTPropertiesname: stringMethodsadd(method: string,path: string,handler: T,): voidmatch(method: string, path: string): Result<T> | null