| 5 | value: string | number | boolean; |
| 6 | } |
| 7 | interface IConfigItem { |
| 8 | command: string; |
| 9 | args: string[]; |
| 10 | options: IOptionItem[]; |
| 11 | } |
| 12 | |
| 13 | export type WebgalConfig = IConfigItem[]; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected