export interface APISelectMenuOption
https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure
optionalexternalboolean default? :
Whether this option should be already-selected by default
optionalexternalstring description? :
An additional description of the option (max 100 chars)
optionalexternalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the option
externalstring label :
The user-facing name of the option (max 100 chars)
externalstring value :
The dev-defined value of the option (max 100 chars)