Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/seanprashad/leetcode-patterns
/ RoadmapQuestion
Interface
RoadmapQuestion
src/data/roadmaps.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
RoadmapQuestion {
2
slug: string;
3
note: string;
4
}
5
6
export
interface
RoadmapPhase {
7
title: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected