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