Enrolment
Defined in: v1/schemas.ts:494
A single enrollment record for a course, representing a user’s progress and completion status.
Extends
Section titled “Extends”output<typeofEnrolmentSchema>
Properties
Section titled “Properties”completed_at?
Section titled “completed_at?”
optionalcompleted_at?:string|null
Defined in: v1/schemas.ts:486
Inherited from
Section titled “Inherited from”z.infer.completed_at
enrolled_at?
Section titled “enrolled_at?”
optionalenrolled_at?:string|null
Defined in: v1/schemas.ts:484
Inherited from
Section titled “Inherited from”z.infer.enrolled_at
expires_at?
Section titled “expires_at?”
optionalexpires_at?:string|null
Defined in: v1/schemas.ts:485
Inherited from
Section titled “Inherited from”z.infer.expires_at
percent_complete?
Section titled “percent_complete?”
optionalpercent_complete?:number
Defined in: v1/schemas.ts:487
Inherited from
Section titled “Inherited from”z.infer.percent_complete
user_id
Section titled “user_id”user_id:
number
Defined in: v1/schemas.ts:483
Inherited from
Section titled “Inherited from”z.infer.user_id