arvo-event-handler
    Preparing search index...

    Type Alias ExecuteMachineOutput

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

    Properties

    finalOutput: any
    state: Snapshot<any>