interface Routesimport { type Routes } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/router.ts"; Index Signatures[key: string]: { baseRoute: BaseRoute; methods: [K in KnownMethod | "default"]?: MatchHandler; }