AnySelectMenuInteraction

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

No summary provided.