Skip to main content
Module

x/fresh/src/server/types.ts>RouteContext

The next-gen web framework.
Extremely Popular
Go to Latest
type alias RouteContext
import { type RouteContext } from "https://deno.land/x/fresh@1.3.0/src/server/types.ts";

Context passed to async route components.

Type Parameters

optional
T = unknown
optional
S = Record<string, unknown>
definition: Omit<HandlerContext<T, S>, "render"> & Omit<PageProps<unknown, S>, "data">