@makehq/sdk
    Preparing search index...

    Type Alias RunScenarioResponse

    Response format for running a scenario.

    type RunScenarioResponse = {
        executionId: string;
        outputs: unknown;
    }
    Index

    Properties

    Properties

    executionId: string

    ID of the execution that was created

    outputs: unknown

    Output data from the scenario execution (when run in responsive mode)