pub type ConfigTable = Map<String, Value>;
Table of config key and value pairs.
struct ConfigTable { /* private fields */ }