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