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