Type Alias ExecuteMachineOutput

ExecuteMachineOutput: {
    events: EnqueueArvoEventActionParam[];
    finalOutput: any;
    state: Snapshot<any>;
}