interface AbstractConfigSet {
    colors: AbstractConfigSetColors;
    levels: AbstractConfigSetLevels;
}

Properties

Properties