interface RestPayloadimport { type RestPayload } from "https://deno.land/x/discordeno@17.0.0/rest/rest.ts"; PropertiesoptionalbucketId: stringoptionalbody: Record<string, unknown>retryCount: numberoptionalheaders: Record<string, string>