| 65 | }; |
| 66 | |
| 67 | export interface TopicFileType { |
| 68 | url: string; |
| 69 | heading: string; |
| 70 | file: MarkdownFileType; |
| 71 | roadmap: RoadmapFrontmatter; |
| 72 | roadmapId: string; |
| 73 | breadcrumbs: BreadcrumbItem[]; |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Gets all the topic files available for all the roadmaps |
nothing calls this directly
no outgoing calls
no test coverage detected