Type Alias GetEvaluationResponse

Get response returns the evaluation and condition associated

type GetEvaluationResponse = {
    condition?: Condition;
    evaluation?: Evaluation;
}
Index

Properties

condition?: Condition

only one of compoundCondition or dataCondition should be set

evaluation?: Evaluation