import { type APIMiddleware } from "https://deno.land/x/aleph@v0.3.0-beta.12/types.d.ts";
The middleware for API requests.
definition: { (context: APIContext, next: () => void): Promise<void> | void; }
import { type APIMiddleware } from "https://deno.land/x/aleph@v0.3.0-beta.12/types.d.ts";
The middleware for API requests.