interface MiddlewareHandlerContext implements ServeHandlerInfoimport { type MiddlewareHandlerContext } from "https://deno.land/x/fresh@1.3.1/server.ts"; Type ParametersoptionalState = Record<string, unknown>Propertiesnext: () => Promise<Response>state: Statedestination: router.DestinationKindparams: Record<string, string>