type alias MiddlewareFnRe-exportimport { type MiddlewareFn } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; Type ParametersCdefinition: (ctx: C, next: NextFunction) => MaybePromise<unknown>