Type Alias GraphStateValue

GraphStateValue: {
    value: any;
}

A state value for a graph that is being executed.