| 40 | } |
| 41 | |
| 42 | interface HikeImage extends HikeNodeBase { |
| 43 | type: "image" |
| 44 | alt: string |
| 45 | title: string |
| 46 | url: string |
| 47 | } |
| 48 | |
| 49 | interface HikeQuote extends HikeNodeBase { |
| 50 | type: "quote" |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…