interface AutocompleteFocusedOption

export interface AutocompleteFocusedOption extends Pick<CommandInteractionOption, 'name'>

The full autocomplete option object.

focused : true

Whether this option is currently in focus for autocomplete

name : string

The name of the option

value : string

The value of the option