type alias LayoutContextimport { type LayoutContext } from "https://deno.land/x/fresh@1.5.4/src/server/types.ts"; Type ParametersoptionalT = anyoptionalS = Record<string, unknown>definition: AppContext<T, S>