typealias CollectedInteraction

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

Type Parameters

optional
Cached? extends CacheType = CacheType