type alias AppContextimport { type AppContext } from "https://deno.land/x/fresh@1.4.3/src/server/types.ts"; Type ParametersoptionalT = anyoptionalS = Record<string, unknown>definition: RouteContext<T, S> & { Component: () => VNode; }