Variableseedcordv0.10.6Internal
const RowTypes: {
button: typeof ActionRowBuilder<ButtonBuilder>;
menu_string: typeof ActionRowBuilder<StringSelectMenuBuilder>;
menu_user: typeof ActionRowBuilder<UserSelectMenuBuilder>;
menu_channel: typeof ActionRowBuilder<ChannelSelectMenuBuilder>;
menu_mentionable: typeof ActionRowBuilder<MentionableSelectMenuBuilder>;
menu_role: typeof ActionRowBuilder<RoleSelectMenuBuilder>;
};const RowTypes: {
button: typeof ActionRowBuilder<ButtonBuilder>;
menu_string: typeof ActionRowBuilder<StringSelectMenuBuilder>;
menu_user: typeof ActionRowBuilder<UserSelectMenuBuilder>;
menu_channel: typeof ActionRowBuilder<ChannelSelectMenuBuilder>;
menu_mentionable: typeof ActionRowBuilder<MentionableSelectMenuBuilder>;
menu_role: typeof ActionRowBuilder<RoleSelectMenuBuilder>;
};