import { type RouteContext } from "https://deno.land/x/fresh@1.6.5/src/server/types.ts";
Context passed to async route components.
definition: Omit<FreshContext<S, T>, "next" | "render">
import { type RouteContext } from "https://deno.land/x/fresh@1.6.5/src/server/types.ts";
Context passed to async route components.