import { type InternalRoute } from "https://deno.land/x/fresh@1.5.1/src/server/router.ts";
definition: { baseRoute: BaseRoute; pattern: URLPattern; methods: [K in KnownMethod]?: MatchHandler<T>; default?: MatchHandler<T>; destination: DestinationKind; }