MCPcopy
hub / github.com/unicity-sphere/sphere / NavItem

Interface NavItem

src/pages/DocsPage.tsx:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 | 'connect-resources';
52
53interface NavItem {
54 id: Section;
55 label: string;
56 children?: NavItem[];
57}
58
59const navigation: NavItem[] = [
60 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected