ApplicationCommandOptionType

https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-type

Signature

export declare enum ApplicationCommandOptionType {    Subcommand = 1,    SubcommandGroup = 2,    String = 3,    Integer = 4,    Boolean = 5,    User = 6,    Channel = 7,    Role = 8,    Mentionable = 9,    Number = 10,    Attachment = 11}

Members

This export does not declare public properties or methods in the generated declaration file.