@makehq/sdk
    Preparing search index...

    Type Alias ReplayScenarioResponse

    Response format for replaying a scenario execution.

    type ReplayScenarioResponse = {
        executionId: string;
    }
    Index

    Properties

    Properties

    executionId: string

    ID of the new execution created by the replay (not the ID of the execution being replayed)