Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eqedos/BootDevMulti
/ CourseProgress
Interface
CourseProgress
src/types.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
interface
CourseProgress {
14
CourseUUID: string;
15
Chapters: Chapter[];
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected