class PatternRouter implements Router<T>import { PatternRouter } from "https://deno.land/x/hono@v4.0.6/router/pattern-router/index.ts"; Type ParametersTPropertiesprivateroutes: Route<T>[]name: stringMethodsadd(method: string,path: string,handler: T,)match(method: string, path: string): Result<T>