| 25 | type TMetaItem = { __metaPath: string } |
| 26 | |
| 27 | interface TFolder<T = TItem> { |
| 28 | name: string |
| 29 | route: string |
| 30 | children: T[] |
| 31 | } |
| 32 | |
| 33 | export type TItem = TPageItem | TMetaItem | TFolder |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…