Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
FlowNodeRunResultSchema
Variable FlowNodeRunResultSchema
Const
FlowNodeRunResultSchema
:
ZodObject
<
{
status
:
ZodEnum
<
typeof
FlowNodeRunStatus
>
;
logs
:
ZodArray
<
ZodAny
>
;
outputs
:
ZodArray
<
ZodObject
<
{
id
:
ZodString
;
data
:
ZodString
;
downstreamRuns
:
ZodArray
<
ZodObject
<
{
runId
:
ZodString
;
nodeKey
:
ZodString
}
,
$strip
>
,
>
;
}
,
$strip
,
>
,
>
;
errors
:
ZodArray
<
ZodType
<
ErrorDataSchema
,
unknown
,
$ZodTypeInternals
<
ErrorDataSchema
,
unknown
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...