Preparing search index...
The search index is not available
app-hablla
app-hablla
types/tasks
ITask
Interface ITask
interface
ITask
{
card
:
ICard
;
checklist
:
{
done
:
boolean
;
id
?:
string
;
name
:
string
}
[]
;
color
:
string
;
created_at
:
string
;
description
:
string
;
finish_at
:
string
;
finish_date
?:
string
;
id
:
string
;
name
:
string
;
organization
:
IOrganization
;
person
:
IPerson
;
prediction_time
?:
number
;
sector
:
ISector
;
service
:
IService
;
start_date
?:
string
;
status
:
TaskStatus
;
type
:
TaskType
;
updated_at
:
string
;
user
:
IUser
;
workspace
:
IWorkspace
;
}
Index
Properties
card
checklist
color
created_
at
description
finish_
at
finish_
date?
id
name
organization
person
prediction_
time?
sector
service
start_
date?
status
type
updated_
at
user
workspace
Properties
card
card
:
ICard
checklist
checklist
:
{
done
:
boolean
;
id
?:
string
;
name
:
string
}
[]
color
color
:
string
created_
at
created_at
:
string
description
description
:
string
finish_
at
finish_at
:
string
Optional
finish_
date
finish_date
?:
string
id
id
:
string
name
name
:
string
organization
organization
:
IOrganization
person
person
:
IPerson
Optional
prediction_
time
prediction_time
?:
number
sector
sector
:
ISector
service
service
:
IService
Optional
start_
date
start_date
?:
string
status
status
:
TaskStatus
type
type
:
TaskType
updated_
at
updated_at
:
string
user
user
:
IUser
workspace
workspace
:
IWorkspace
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
checklist
color
created_
at
description
finish_
at
finish_
date
id
name
organization
person
prediction_
time
sector
service
start_
date
status
type
updated_
at
user
workspace
app-hablla
Loading...