type alias FetchHandlerimport { type FetchHandler } from "https://deno.land/x/aleph@1.0.0-alpha.58/server/types.ts"; definition: { (request: Request, context: Record<string, unknown>): Promise<Response> | Response; }