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

Interface FolderLike

src/renderer/src/components/common/TreeView.tsx:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface FolderLike {
31 id: string
32 name: string
33 parentFolderId?: string
34 expanded?: boolean
35 order?: number
36}
37
38interface ItemLike {
39 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected