AuthorBio
Defined in: v1/schemas.ts:234
The author bio attached to a detailed course response.
Remarks
Section titled “Remarks”bio — may contain HTML markup as entered in the Teachable dashboard.
Sanitise before rendering directly in a browser context.
user_id — observed as null in live API responses despite being
documented as an integer. Always treat this field as nullable.
Extends
Section titled “Extends”output<typeofAuthorBioSchema>
Properties
Section titled “Properties”
optionalbio?:string|null
Defined in: v1/schemas.ts:220
Inherited from
Section titled “Inherited from”z.infer.bio
optionalname?:string
Defined in: v1/schemas.ts:219
Inherited from
Section titled “Inherited from”z.infer.name
profile_image_url?
Section titled “profile_image_url?”
optionalprofile_image_url?:string|null
Defined in: v1/schemas.ts:221
Inherited from
Section titled “Inherited from”z.infer.profile_image_url
user_id?
Section titled “user_id?”
optionaluser_id?:number|null
Defined in: v1/schemas.ts:218
Inherited from
Section titled “Inherited from”z.infer.user_id