Preparing search index...
The search index is not available
JakSec Frontend - v1.0.0
JakSec Frontend
types/practicum
PracticumCreate
Interface PracticumCreate
interface
PracticumCreate
{
description
:
string
;
endDate
:
string
;
instructors
:
{
email
:
string
;
exists
?:
boolean
}
[]
;
name
:
string
;
requiredHours
:
number
;
startDate
:
string
;
students
:
Student
[]
;
}
Hierarchy (
View Summary
)
PracticumCreate
PracticumDetails
Index
Properties
description
end
Date
instructors
name
required
Hours
start
Date
students
Properties
description
description
:
string
end
Date
endDate
:
string
instructors
instructors
:
{
email
:
string
;
exists
?:
boolean
}
[]
name
name
:
string
required
Hours
requiredHours
:
number
start
Date
startDate
:
string
students
students
:
Student
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
end
Date
instructors
name
required
Hours
start
Date
students
JakSec Frontend - v1.0.0
Loading...