Type Alias: DecisionDefinitionTypeEnum
type DecisionDefinitionTypeEnum =
| "DECISION_TABLE"
| "LITERAL_EXPRESSION"
| "UNKNOWN";
Defined in: gen/types.gen.ts:1872
The type of the decision.
type DecisionDefinitionTypeEnum =
| "DECISION_TABLE"
| "LITERAL_EXPRESSION"
| "UNKNOWN";
Defined in: gen/types.gen.ts:1872
The type of the decision.