Preparing search index...
The search index is not available
JakSec Frontend - v1.0.0
JakSec Frontend
types/worklog
WorkLogEntry
Interface WorkLogEntry
interface
WorkLogEntry
{
course
:
{
code
:
string
;
name
:
string
}
;
description
:
string
;
end_time
:
string
;
entry_id
:
number
;
start_time
:
string
;
status
:
number
;
work_log_course_id
?:
number
;
work_log_practicum_id
?:
number
;
}
Index
Properties
course
description
end_
time
entry_
id
start_
time
status
work_
log_
course_
id?
work_
log_
practicum_
id?
Properties
course
course
:
{
code
:
string
;
name
:
string
}
description
description
:
string
end_
time
end_time
:
string
entry_
id
entry_id
:
number
start_
time
start_time
:
string
status
status
:
number
Optional
work_
log_
course_
id
work_log_course_id
?:
number
Optional
work_
log_
practicum_
id
work_log_practicum_id
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
course
description
end_
time
entry_
id
start_
time
status
work_
log_
course_
id
work_
log_
practicum_
id
JakSec Frontend - v1.0.0
Loading...