| 130 | } |
| 131 | |
| 132 | export interface NavigationItemInterface { |
| 133 | href: string; |
| 134 | text: string; |
| 135 | isActive: boolean; |
| 136 | } |
| 137 | |
| 138 | export interface DocumentSectionInterface { |
| 139 | title: string; |
nothing calls this directly
no outgoing calls
no test coverage detected