pub type ConfigValue = Value;
Generic config value.
struct ConfigValue { pub kind: ValueKind, /* private fields */ }
kind: ValueKind
Underlying kind of the configuration value.