Interface EvaluatedDecisionOutput

interface EvaluatedDecisionOutput {
    outputId: string;
    outputName: string;
    outputValue: string;
}

Properties

outputId: string

the id of the evaluated decision output

outputName: string

the name of the evaluated decision output

outputValue: string

the value of the evaluated decision output

Generated using TypeDoc