interface Middlewareimport { type Middleware } from "https://deno.land/x/aleph@1.0.0-beta.42/server/mod.ts"; The Middleare for Aleph server. Propertiesreadonlyoptionalname: stringThe middleware name. Methodsfetch(request: Request, context: Context): Promise<Response> | ResponseThe middleware fetch method.