export interface APISelectMenuOption
See also: https://discord.com/developers/docs/components/reference#string-select-select-option-structure
optionalboolean default? :
Whether this option should be already-selected by default
optionalstring description? :
An additional description of the option (max 100 chars)
optionalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the option
string label :
The user-facing name of the option (max 100 chars)
string value :
The dev-defined value of the option (max 100 chars)