Type alias ConfigDictionnarySimple

ConfigDictionnarySimple: {
    [key: string]: ConfigValue;
}

This is the simple form of your config: bascically key: value.

Type declaration

Generated using TypeDoc