MCPcopy
hub / github.com/nilbuild/developer-roadmap / TopicFileType

Interface TopicFileType

src/lib/topic.ts:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected