export type CollectedInteraction<Cached extends CacheType = CacheType> =
| StringSelectMenuInteraction<Cached>
| UserSelectMenuInteraction<Cached>
| RoleSelectMenuInteraction<Cached>
| MentionableSelectMenuInteraction<Cached>
| ChannelSelectMenuInteraction<Cached>
| ButtonInteraction<Cached>
| ModalSubmitInteraction<Cached>;