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