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