interface APIRequestRe-exportimport { type APIRequest } from "https://deno.land/x/revoltio_rest@v1.1.3/src/lib.ts"; Propertiespath: stringmethod: | "GET" | "POST" | "DELETE" | "PATCH" | "PUT"optionalbody: unknownoptionalquery: Record<string, unknown>retries: number