| 251 | } |
| 252 | |
| 253 | interface VideoProgress { |
| 254 | duration: number | null; |
| 255 | markAsCompleted?: boolean; |
| 256 | videoFullDuration: number | null; |
| 257 | } |
| 258 | |
| 259 | export type ChildCourseContent = { |
| 260 | videoProgress: VideoProgress | null; |
nothing calls this directly
no outgoing calls
no test coverage detected