Type Alias: EvaluatedDecisionOutputItem
type EvaluatedDecisionOutputItem = object;
The evaluated decision outputs.
Properties
outputId
outputId: string;
The ID of the evaluated decison output item.
outputName
outputName: string;
The name of the of the evaluated decison output item.
outputValue
outputValue: string;
The value of the evaluated decison output item.
ruleId
ruleId: string | null;
The ID of the matched rule.
ruleIndex
ruleIndex: number | null;
The index of the matched rule.