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