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

    Interface ApplicationCommandInteractionBooleanOption

    interface ApplicationCommandInteractionBooleanOption {
        name: string;
        type: BOOLEAN;
        value: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: BOOLEAN

    Value of the application command option type.

    value: boolean

    The boolean value provided by the user.