Enrolment
Defined in: v1/schemas.ts:558
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:550
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:548
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:549
Inherited from
Section titled “Inherited from”z.infer.expires_at
percent_complete?
Section titled “percent_complete?”
optionalpercent_complete?:number
Defined in: v1/schemas.ts:551
Inherited from
Section titled “Inherited from”z.infer.percent_complete
user_id
Section titled “user_id”user_id:
number
Defined in: v1/schemas.ts:547
Inherited from
Section titled “Inherited from”z.infer.user_id