| 9 | } |
| 10 | |
| 11 | interface AbstractConfigSetColors { |
| 12 | [key: string]: string | string[]; |
| 13 | } |
| 14 | |
| 15 | interface AbstractConfigSet { |
| 16 | levels: AbstractConfigSetLevels; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…