import { HttpResponse } from "@/web-controllers/ports"; export interface Middleware { handle: (httpRequest: T) => Promise }