MCPcopy Create free account
hub / github.com/experdot/pointer / ConfigTree

Interface ConfigTree

src/renderer/src/types/type.ts:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38// 泛型树容器
39export interface ConfigTree<T extends ConfigItemBase> {
40 items: T[]
41 folders: ConfigFolder[]
42}
43
44// ==================== 设置配置类型 ====================
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected