Type alias GuildComponentSelectMenuInteraction

GuildComponentSelectMenuInteraction: Omit<ComponentInteraction<SelectMenuTypes, AnyGuildTextChannel>, "data"> & {
    data: MessageComponentSelectMenuInteractionData;
}