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