interface StringMappedInteractionTypes

export interface StringMappedInteractionTypes<Cached extends CacheType = CacheType>

Type Parameters

optional
Cached? extends CacheType = CacheType

ActionRow : MessageComponentInteraction<Cached>

Button : ButtonInteraction<Cached>

ChannelSelectMenu : ChannelSelectMenuInteraction<Cached>

MentionableSelectMenu : MentionableSelectMenuInteraction<Cached>

RoleSelectMenu : RoleSelectMenuInteraction<Cached>

StringSelectMenu : StringSelectMenuInteraction<Cached>

UserSelectMenu : UserSelectMenuInteraction<Cached>