import { type Manifest } from "https://dotland.deno.dev/x/fresh@1.7.3/server.ts";
Properties
routes: Record<string, { default?: (propsOrRequest: any, ctx: any) => Promise<any | Response> | any; handler?: ; config?: RouteConfig | LayoutConfig; } | MiddlewareModule>
islands: Record<string, IslandModule>