type alias FreshHandlerimport { type FreshHandler } from "https://dotland.deno.dev/x/live@1.63.12/engine/manifest/manifest.ts"; Type ParametersoptionalTConfig = anyoptionalTData = anyoptionalTState = anyoptionalResp = Responsedefinition: (request: Request, ctx: HandlerContext<TData, DecoState<TState, TConfig>>) => PromiseOrValue<Resp>