MCPcopy
hub / github.com/chronark/highstorm / NavItemWithChildren

Interface NavItemWithChildren

apps/web/types/nav.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface NavItemWithChildren extends NavItem {
13 items?: NavItemWithChildren[];
14}
15
16export type MainNavItem = NavItem;
17export type SidebarNavItem = NavItemWithChildren;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected