Skip to content

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.

  • output<typeof CourseProgressLectureSchema>

optional completed_at?: string | null

Defined in: v1/schemas.ts:386

z.infer.completed_at


id: number

Defined in: v1/schemas.ts:383

z.infer.id


optional is_completed?: boolean

Defined in: v1/schemas.ts:385

z.infer.is_completed


optional name?: string

Defined in: v1/schemas.ts:384

z.infer.name