| 6 | export type JSXChild = BlockContent | DefinitionContent |
| 7 | |
| 8 | interface HikeNodeMap { |
| 9 | section: HikeSection |
| 10 | code: HikeCode |
| 11 | image: HikeImage |
| 12 | quote: HikeQuote |
| 13 | content: HikeContent |
| 14 | } |
| 15 | |
| 16 | type HikeNode = HikeNodeMap[keyof HikeNodeMap] |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…