interface PluginMiddlewareimport { type PluginMiddleware } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/mod.ts"; Type ParametersoptionalState = Record<string, unknown>Propertiespath: stringA path in the format of a filename path without filetype middleware: Middleware<State>