Interface ApplicationCommandInteractionResolvedData
interface ApplicationCommandInteractionResolvedData {     attachments: TypedCollection<RawAttachment, Attachment, []>;     channels: TypedCollection<RawInteractionResolvedChannel, InteractionResolvedChannel, []>;     members: TypedCollection<RawMember, Member, [guildID
: string]>;     messages: TypedCollection<RawMessage, Message<Uncached | AnyTextableChannel>, []>;     roles: TypedCollection<RawRole, Role, [guildID
: string]>;     users: TypedCollection<RawUser, User, []>; }