| 37 | |
| 38 | // 泛型树容器 |
| 39 | export interface ConfigTree<T extends ConfigItemBase> { |
| 40 | items: T[] |
| 41 | folders: ConfigFolder[] |
| 42 | } |
| 43 | |
| 44 | // ==================== 设置配置类型 ==================== |
| 45 |
nothing calls this directly
no outgoing calls
no test coverage detected