Type alias PrivateComponentSelectMenuInteraction

PrivateComponentSelectMenuInteraction: Omit<ComponentInteraction<SelectMenuTypes, PrivateChannel | Uncached>, "appPermissions" | "guild" | "guildID" | "guildLocale" | "member" | "memberPermissions" | "data"> & {
    data: MessageComponentSelectMenuInteractionData;
}