| 4 | } |
| 5 | |
| 6 | export interface RoadmapPhase { |
| 7 | title: string; |
| 8 | description: string; |
| 9 | mediumDescription?: string; |
| 10 | questions: RoadmapQuestion[]; |
| 11 | } |
| 12 | |
| 13 | export interface Roadmap { |
| 14 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected