| 125 | } |
| 126 | |
| 127 | export interface NavigationSectionInterface { |
| 128 | title: string; |
| 129 | items: NavigationItemInterface[]; |
| 130 | } |
| 131 | |
| 132 | export interface NavigationItemInterface { |
| 133 | href: string; |
nothing calls this directly
no outgoing calls
no test coverage detected