type alias MiddlewareFuncimport { type MiddlewareFunc } from "https://deno.land/x/abc@v1.3.1/mod.ts"; definition: (next: HandlerFunc) => HandlerFunc