@makehq/sdk
    Preparing search index...

    Type Alias ScenarioInteface

    Represents the input and output interface of a scenario.

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

    Properties

    Properties

    input: DataStructureField[] | null

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

    output: DataStructureField[] | null

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