MCPcopy Create free account
hub / github.com/code100x/cms / VideoProgress

Interface VideoProgress

src/db/course.ts:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253interface VideoProgress {
254 duration: number | null;
255 markAsCompleted?: boolean;
256 videoFullDuration: number | null;
257}
258
259export type ChildCourseContent = {
260 videoProgress: VideoProgress | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected