type alias APIHandlerimport { type APIHandler } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts"; A handler to handle api requests. definition: { (req: APIRequest): void; }