Skip to content

CourseProgressLecture

Defined in: v1/schemas.ts:474

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:466

z.infer.completed_at


id: number

Defined in: v1/schemas.ts:463

z.infer.id


optional is_completed?: boolean

Defined in: v1/schemas.ts:465

z.infer.is_completed


optional name?: string

Defined in: v1/schemas.ts:464

z.infer.name