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