Represents a dictionary of default choice options for different locales.
This interface is used to define the default options for rendering choices in prompts, such as separators, inline options, and whether to include numbers.
A mapping of locale strings to their corresponding choice factory options.
Each locale key maps to a ChoiceFactoryOptions object that defines the default behavior for rendering choices in that locale.
ChoiceFactoryOptions
Represents a dictionary of default choice options for different locales.
Remarks
This interface is used to define the default options for rendering choices in prompts, such as separators, inline options, and whether to include numbers.