OrCondition interface

表示评估结果为 true 的条件集合(如有)。

签名

export interface OrCondition 

属性

属性 类型 说明
条件 数组<OneOfCondition> 条件的集合。

OrCondition.conditions

条件的集合。

签名

conditions?: Array<OneOfCondition>;