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