CourseProgressLecture
Defined in: v1/schemas.ts:394
A lecture progress record within a course progress response. Note this is a different shape from LectureDetail — it contains completion state rather than content or attachment data.
Extends
Section titled “Extends”output<typeofCourseProgressLectureSchema>
Properties
Section titled “Properties”completed_at?
Section titled “completed_at?”
optionalcompleted_at?:string|null
Defined in: v1/schemas.ts:386
Inherited from
Section titled “Inherited from”z.infer.completed_at
id:
number
Defined in: v1/schemas.ts:383
Inherited from
Section titled “Inherited from”z.infer.id
is_completed?
Section titled “is_completed?”
optionalis_completed?:boolean
Defined in: v1/schemas.ts:385
Inherited from
Section titled “Inherited from”z.infer.is_completed
optionalname?:string
Defined in: v1/schemas.ts:384
Inherited from
Section titled “Inherited from”z.infer.name