interface AbstractConfigSetColors {
    [key: string]: string | string[];
}

Hierarchy (view full)

Indexable

[key: string]: string | string[]