@typed-discord/interactions
    Preparing search index...

    Type Alias Interaction

    Interaction: (
        | PingInteraction
        | SlashCommandInteraction
        | UserCommandInteraction
        | MessageCommandInteraction
        | MessageComponentInteraction
        | ApplicationCommandAutocompleteInteraction
        | ModalSubmitInteraction
    ) & (
        | GuildInteraction
        | BotDirectMessageInteraction
        | PrivateMessageInteraction
    )