import { type OakMiddleware } from "https://deno.land/x/deno_nest@v3.7.1/modules/oak/deps.ts";
Middleware are functions which are chained together to deal with requests.
Type Parameters
optional
T extends Context = Context<S>Call Signatures
(context: T, next: Next): Promise<unknown> | unknown