MCPcopy Create free account
hub / github.com/Eqedos/BootDevMulti / Chapter

Interface Chapter

src/types.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 }
6
7 export interface Chapter {
8 UUID: string;
9 Title: string;
10 Lessons: Lesson[];
11 }
12
13 export interface CourseProgress {
14 CourseUUID: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected