interface AutocompleteFocusedOption
extends
Pick<CommandInteractionOption, 'name'>export interface AutocompleteFocusedOption extends Pick<CommandInteractionOption, 'name'>
The full autocomplete option object.
string name :
The name of the option
ApplicationCommandOptionType.String | ApplicationCommandOptionType.Integer | ApplicationCommandOptionType.Number type :
The type of the application command option
string value :
The value of the option