LectureSection
Defined in: v1/schemas.ts:214
A single lecture section within a course, containing an ordered list of lectures.
Extends
Section titled “Extends”output<typeofLectureSectionSchema>
Properties
Section titled “Properties”id:
number
Defined in: v1/schemas.ts:199
Inherited from
Section titled “Inherited from”z.infer.id
is_published?
Section titled “is_published?”
optionalis_published?:boolean
Defined in: v1/schemas.ts:201
Inherited from
Section titled “Inherited from”z.infer.is_published
lectures?
Section titled “lectures?”
optionallectures?: {id:number;is_published?:boolean;position?:number; }[]
Defined in: v1/schemas.ts:203
id:
number
is_published?
Section titled “is_published?”
optionalis_published?:boolean
position?
Section titled “position?”
optionalposition?:number
Inherited from
Section titled “Inherited from”z.infer.lectures
optionalname?:string
Defined in: v1/schemas.ts:200
Inherited from
Section titled “Inherited from”z.infer.name
position?
Section titled “position?”
optionalposition?:number
Defined in: v1/schemas.ts:202
Inherited from
Section titled “Inherited from”z.infer.position