- Preparing search index...
- The search index is not available
@escolalms/sdk
Course
: { active_from
?: string; active_to
?: string; author
: UserItem; author_id
: number; authors
: UserItem[]; base_price
?: number; categories
?: <internal>.Category[] & { description
?: string | null; }; created_at
: string; description
: string | null; duration
?: string | null; findable
: boolean; hours_to_complete
?: number | null; id
: number; image_path
?: string | null; image_url
?: string | null; language
?: string | null; lessons
?: API.Lesson[]; lessons_count
?: number; level
?: string | null; poster_url
?: string; product
?: API.Product; scorm
?: SCORM | null; scorm_id
?: number | null; scorm_sco
?: SCORM_SCO | null; scorm_sco_id
?: number | null; subtitle
?: string | null; summary
?: string | null; tags
?: API.Tag[] | string[] | null; target_group
?: string | null; title
: string; topic_count
?: number; updated_at
: string; users_count
?: number; video_path
?: string | null; video_url
?: string | null; }
Type declaration
-
Optional
active_from?: string
-
Optional
active_to?: string
-
-
author_id: number
-
-
Optional
base_price?: number
-
Optional
categories?: <internal>.Category[] & {
description?: string | null;
}
-
created_at: string
-
description: string | null
-
Optional
duration?: string | null
-
findable: boolean
-
Optional
hours_to_complete?: number | null
-
id: number
-
Optional
image_path?: string | null
-
Optional
image_url?: string | null
-
Optional
language?: string | null
-
Optional
lessons?: API.Lesson[]
-
Optional
lessons_count?: number
-
Optional
level?: string | null
-
Optional
poster_url?: string
-
-
Optional
scorm?: SCORM | null
-
Optional
scorm_id?: number | null
-
Optional
scorm_sco?: SCORM_SCO | null
-
Optional
scorm_sco_id?: number | null
-
Optional
subtitle?: string | null
-
Optional
summary?: string | null
-
Optional
tags?: API.Tag[] | string[] | null
-
Optional
target_group?: string | null
-
title: string
-
Optional
topic_count?: number
-
updated_at: string
-
Optional
users_count?: number
-
Optional
video_path?: string | null
-
Optional
video_url?: string | null