interface RouterOptionsimport { type RouterOptions } from "https://deno.land/x/fresh@1.5.1/src/server/router.ts"; Type ParametersTPropertiesinternalRoutes: Routes<T>staticRoutes: Routes<T>routes: Routes<T>otherHandler: Handler<T>errorHandler: ErrorHandler<T>optionalunknownMethodHandler: UnknownMethodHandler<T>