Type Alias: EvaluatedDecisionInputItem
type EvaluatedDecisionInputItem = object;
A decision input that was evaluated within this decision evaluation.
Properties
inputId
inputId: string;
The identifier of the decision input.
inputName
inputName: string;
The name of the decision input.
inputValue
inputValue: string;
The value of the decision input.