Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
OnBoardingTask
Interface OnBoardingTask
keeping it here just for time being - want to unblock the FE team. export OnBoardingTask
interface
OnBoardingTask
{
date_completed
?:
null
|
string
;
id
?:
null
|
string
;
link
?:
null
|
string
;
status
?:
OnBoardingTaskStatus
;
title
?:
null
|
string
;
}
Index
Properties
date_
completed?
id?
link?
status?
title?
Properties
Optional
date_
completed
date_
completed
?:
null
|
string
Optional
id
id
?:
null
|
string
Optional
link
link
?:
null
|
string
Optional
status
status
?:
OnBoardingTaskStatus
Optional
title
title
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date_
completed
id
link
status
title
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
keeping it here just for time being - want to unblock the FE team. export OnBoardingTask