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