typealias AnySelectMenuInteraction

export type AnySelectMenuInteraction<Cached extends CacheType = CacheType> = | StringSelectMenuInteraction<Cached> | UserSelectMenuInteraction<Cached> | RoleSelectMenuInteraction<Cached> | MentionableSelectMenuInteraction<Cached> | ChannelSelectMenuInteraction<Cached>;

Type Parameters

optional
Cached? extends CacheType = CacheType