CoursesResponse
Defined in: v1/schemas.ts:341
Inferred TypeScript type for CoursesResponseSchema.
Extends
Section titled “Extends”output<typeofCoursesResponseSchema>
Properties
Section titled “Properties”courses
Section titled “courses”courses: {[
key:string]:unknown;description?:string|null;heading?:string|null;id:number;image_url?:string|null;is_published?:boolean|null;name?:string|null; }[]
Defined in: v1/schemas.ts:336
Index Signature
Section titled “Index Signature”[key: string]: unknown
description?
Section titled “description?”
optionaldescription?:string|null
heading?
Section titled “heading?”
optionalheading?:string|null
id:
number
image_url?
Section titled “image_url?”
optionalimage_url?:string|null
is_published?
Section titled “is_published?”
optionalis_published?:boolean|null
optionalname?:string|null
Inherited from
Section titled “Inherited from”z.infer.courses
optionalmeta?: {from?:number;number_of_pages?:number;page?:number;per_page?:number;to?:number;total?:number; }
Defined in: v1/schemas.ts:337
optionalfrom?:number
number_of_pages?
Section titled “number_of_pages?”
optionalnumber_of_pages?:number
optionalpage?:number
per_page?
Section titled “per_page?”
optionalper_page?:number
optionalto?:number
total?
Section titled “total?”
optionaltotal?:number
Inherited from
Section titled “Inherited from”z.infer.meta