@makehq/sdk
    Preparing search index...

    Type Alias ScenarioInteface

    Represents the input and output interface of a scenario.

    type ScenarioInteface = {
        input: DataStructureField[];
        output: DataStructureField[];
    }
    Index

    Properties

    Properties

    Input fields for the scenario, or null if no input is defined

    Output fields for the scenario, or null if no output is defined