Skip to main content
Module

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

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

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
definition: AppContext<T, S>