Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/exporter
ActivityDetail
Interface ActivityDetail
interface
ActivityDetail
{
completed_at
?:
string
;
cycle_iteration
?:
number
;
dimension
:
string
;
duration_ms
?:
number
;
error
?:
string
;
input
?:
Record
<
string
,
any
>
;
name
:
string
;
output
?:
Record
<
string
,
any
>
;
retry_attempt
?:
number
;
started_at
?:
string
;
type
:
string
;
}
Index
Properties
completed_
at?
cycle_
iteration?
dimension
duration_
ms?
error?
input?
name
output?
retry_
attempt?
started_
at?
type
Properties
Optional
completed_
at
completed_
at
?:
string
Optional
cycle_
iteration
cycle_
iteration
?:
number
dimension
dimension
:
string
Optional
duration_
ms
duration_
ms
?:
number
Optional
error
error
?:
string
Optional
input
input
?:
Record
<
string
,
any
>
name
name
:
string
Optional
output
output
?:
Record
<
string
,
any
>
Optional
retry_
attempt
retry_
attempt
?:
number
Optional
started_
at
started_
at
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
cycle_
iteration
dimension
duration_
ms
error
input
name
output
retry_
attempt
started_
at
type
@hotmeshio/hotmesh
Loading...