Preparing search index...
The search index is not available
JakSec Backend - v1.0.0
JakSec Backend
controllers/worklogcontroller
WorkLogCourseCreate
Interface WorkLogCourseCreate
interface
WorkLogCourseCreate
{
code
:
string
;
description
:
string
;
endDate
:
string
|
Date
;
instructors
?:
Instructor
[]
;
name
:
string
;
requiredHours
:
number
;
startDate
:
string
|
Date
;
studentList
?:
Student
[]
;
}
Index
Properties
code
description
end
Date
instructors?
name
required
Hours
start
Date
student
List?
Properties
code
code
:
string
description
description
:
string
end
Date
endDate
:
string
|
Date
Optional
instructors
instructors
?:
Instructor
[]
name
name
:
string
required
Hours
requiredHours
:
number
start
Date
startDate
:
string
|
Date
Optional
student
List
studentList
?:
Student
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
description
end
Date
instructors
name
required
Hours
start
Date
student
List
JakSec Backend - v1.0.0
Loading...