interface APIRequestimport { type APIRequest } from "https://dotland.deno.dev/x/aleph@v0.1.8/types.ts"; Propertiesreadonlyurl: stringreadonlymethod: stringreadonlyproto: stringreadonlyprotoMinor: numberreadonlyprotoMajor: numberreadonlyheaders: Headersreadonlycookies: ReadonlyMap<string, string>readonlyparams: ReadonlyMap<string, string>readonlyquery: URLSearchParams