# Functions
Confirm asks for a confirmation.
MultiSelect asks for a selection.
Password asks for a text input.
Select asks for a selection.
Text asks for a text input.
# Structs
ConfirmOptions is the options for Confirm.
MultiSelectOption is the option for MultiSelect.
MultiSelectOptions is the options for a multi select.
PasswordOptions is the options for Password.
SelectOption is the option for Select.
SelectOptions is the options for a select.
TextOptions is the options for Text.