MCPcopy
hub / github.com/seanprashad/leetcode-patterns / RoadmapPhase

Interface RoadmapPhase

src/data/roadmaps.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6export interface RoadmapPhase {
7 title: string;
8 description: string;
9 mediumDescription?: string;
10 questions: RoadmapQuestion[];
11}
12
13export interface Roadmap {
14 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected