| 10 | } |
| 11 | |
| 12 | export interface NavItemWithChildren extends NavItem { |
| 13 | items?: NavItemWithChildren[]; |
| 14 | } |
| 15 | |
| 16 | export type MainNavItem = NavItem; |
| 17 | export type SidebarNavItem = NavItemWithChildren; |
nothing calls this directly
no outgoing calls
no test coverage detected