Type Alias: ConfigValue
type ConfigValue =
| SimpleConfigValue
| LocalizationConfigValue
| OptionConfigValue
| ConfigValueGroup[];
type ConfigValue =
| SimpleConfigValue
| LocalizationConfigValue
| OptionConfigValue
| ConfigValueGroup[];