Type Alias PromptInteraction

PromptInteraction: GuildInteraction<
    | UserSelectMenuInteraction<CacheType>
    | ChannelSelectMenuInteraction<CacheType>
    | RoleSelectMenuInteraction<CacheType>
    | StringSelectMenuInteraction<CacheType>
    | ButtonInteraction<CacheType>
    | ModalSubmitInteraction<CacheType>
    | ButtonInteraction<CacheType>,
>