interface RestRequestRe-exportimport { type RestRequest } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; Propertiesurl: stringmethod: RequestMethodrespond: (payload: RestRequestResponse) => unknownreject: (payload: RestRequestRejection) => unknown