typealias SelectMenuInteraction

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

Type Parameters

optional
Cached? extends CacheType = CacheType