CourseDetail
Defined in: v1/schemas.ts:224
Inferred TypeScript type for CourseDetailSchema.
Extends
Section titled “Extends”output<typeofCourseDetailSchema>
Properties
Section titled “Properties”author_bio?
Section titled “author_bio?”
optionalauthor_bio?: {bio?:string|null;name?:string;profile_image_url?:string|null;user_id?:number; }
Defined in: v1/schemas.ts:220
optionalbio?:string|null
optionalname?:string
profile_image_url?
Section titled “profile_image_url?”
optionalprofile_image_url?:string|null
user_id?
Section titled “user_id?”
optionaluser_id?:number
Inherited from
Section titled “Inherited from”z.infer.author_bio
description?
Section titled “description?”
optionaldescription?:string|null
Defined in: v1/schemas.ts:216
Inherited from
Section titled “Inherited from”z.infer.description
heading?
Section titled “heading?”
optionalheading?:string|null
Defined in: v1/schemas.ts:215
Inherited from
Section titled “Inherited from”z.infer.heading
id:
number
Defined in: v1/schemas.ts:213
Inherited from
Section titled “Inherited from”z.infer.id
image_url?
Section titled “image_url?”
optionalimage_url?:string|null
Defined in: v1/schemas.ts:218
Inherited from
Section titled “Inherited from”z.infer.image_url
is_published?
Section titled “is_published?”
optionalis_published?:boolean|null
Defined in: v1/schemas.ts:217
Inherited from
Section titled “Inherited from”z.infer.is_published
lecture_sections?
Section titled “lecture_sections?”
optionallecture_sections?: {id:number;is_published?:boolean;lectures?: {id:number;is_published?:boolean;position?:number; }[];name?:string;position?:number; }[]
Defined in: v1/schemas.ts:219
id:
number
is_published?
Section titled “is_published?”
optionalis_published?:boolean
lectures?
Section titled “lectures?”
optionallectures?: {id:number;is_published?:boolean;position?:number; }[]
optionalname?:string
position?
Section titled “position?”
optionalposition?:number
Inherited from
Section titled “Inherited from”z.infer.lecture_sections
optionalname?:string|null
Defined in: v1/schemas.ts:214
Inherited from
Section titled “Inherited from”z.infer.name