interface SweeperDefinitions

export interface SweeperDefinitions

applicationCommands : [Snowflake, ApplicationCommand]

autoModerationRules : [Snowflake, AutoModerationRule]

emojis : [Snowflake, GuildEmoji]

guildMembers : [Snowflake, GuildMember]

invites : [string, Invite, true]

messages : [Snowflake, Message, true]

presences : [Snowflake, Presence]

stageInstances : [Snowflake, StageInstance]

stickers : [Snowflake, Sticker]

threadMembers : [Snowflake, ThreadMember]

threads : [Snowflake, AnyThreadChannel, true]

users : [Snowflake, User]

voiceStates : [Snowflake, VoiceState]