Course
Defined in: v1/schemas.ts:171
Inferred TypeScript type for CourseSchema.
Extends
Section titled “Extends”output<typeofCourseSchema>
Indexable
Section titled “Indexable”[
key:string]:unknown
Properties
Section titled “Properties”description?
Section titled “description?”
optionaldescription?:string|null
Defined in: v1/schemas.ts:165
Inherited from
Section titled “Inherited from”z.infer.description
heading?
Section titled “heading?”
optionalheading?:string|null
Defined in: v1/schemas.ts:164
Inherited from
Section titled “Inherited from”z.infer.heading
id:
number
Defined in: v1/schemas.ts:162
Inherited from
Section titled “Inherited from”z.infer.id
image_url?
Section titled “image_url?”
optionalimage_url?:string|null
Defined in: v1/schemas.ts:167
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:166
Inherited from
Section titled “Inherited from”z.infer.is_published
optionalname?:string|null
Defined in: v1/schemas.ts:163
Inherited from
Section titled “Inherited from”z.infer.name