Type Alias ConfigDictionnary

ConfigDictionnary: {
    [key: string]: ConfigItem | ConfigValue;
}

Currently not used