Type Alias ConditionResponse

type ConditionResponse = {
    condition?: Condition;
    errors?: Errors;
}
Index

Properties

Properties

condition?: Condition

only one of compoundCondition or dataCondition should be set

errors?: Errors