Preparing search index...
The search index is not available
JakSec Frontend - v1.0.0
JakSec Frontend
types/course
CreateCourseInputs
Interface CreateCourseInputs
interface
CreateCourseInputs
{
courseCode
:
string
;
courseName
:
string
;
endDate
:
string
;
instructorEmail
:
string
;
instructors
:
{
email
:
string
}
[]
;
startDate
:
string
;
studentGroup
:
string
;
studentList
:
string
[]
;
topicGroup
:
string
;
topics
:
string
;
}
Index
Properties
course
Code
course
Name
end
Date
instructor
Email
instructors
start
Date
student
Group
student
List
topic
Group
topics
Properties
course
Code
courseCode
:
string
course
Name
courseName
:
string
end
Date
endDate
:
string
instructor
Email
instructorEmail
:
string
instructors
instructors
:
{
email
:
string
}
[]
start
Date
startDate
:
string
student
Group
studentGroup
:
string
student
List
studentList
:
string
[]
topic
Group
topicGroup
:
string
topics
topics
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
course
Code
course
Name
end
Date
instructor
Email
instructors
start
Date
student
Group
student
List
topic
Group
topics
JakSec Frontend - v1.0.0
Loading...