MCPcopy
hub / github.com/AsyncFuncAI/deepwiki-open / WikiSection

Interface WikiSection

src/components/WikiTreeView.tsx:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface WikiSection {
20 id: string;
21 title: string;
22 pages: string[];
23 subsections?: string[];
24}
25
26interface WikiStructure {
27 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected