interface Middlewareimport { type Middleware } from "https://deno.land/x/aleph@1.0.0-alpha.60/types.d.ts"; Propertiesreadonlyoptionalname: stringreadonlyoptionaleager: booleanMethodsfetch(request: Request, context: Context): | Promise<Response | CallableFunction | void> | Response | CallableFunction | void