interface RestRequestimport { type RestRequest } from "https://dotland.deno.dev/x/discordeno@18.0.1/rest/rest.ts"; Propertiesurl: stringmethod: RequestMethodrespond: (payload: RestRequestResponse) => unknownreject: (payload: RestRequestRejection) => unknown