interface Middlewareimport { type Middleware } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts"; Propertiesreadonlyoptionalname: stringreadonlyoptionaleager: booleanMethodsfetch(request: Request, context: Context): | Promise<Response | (() => void) | void> | Response | (() => void) | void