Interface EvaluatedDecisionInput

interface EvaluatedDecisionInput {
    inputId: string;
    inputName: string;
    inputValue: string;
}

Properties

inputId: string

the id of the evaluated decision input

inputName: string

the name of the evaluated decision input

inputValue: string

the value of the evaluated decision input

Generated using TypeDoc