| 13 | } |
| 14 | |
| 15 | interface AbstractConfigSet { |
| 16 | levels: AbstractConfigSetLevels; |
| 17 | colors: AbstractConfigSetColors; |
| 18 | } |
| 19 | |
| 20 | interface CliConfigSetLevels extends AbstractConfigSetLevels { |
| 21 | error: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…