OrCondition interface

Represents a collection of conditions that evaluate to true if any are true.

Signature:

export interface OrCondition 

Properties

Property Type Description
conditions Array<OneOfCondition> The collection of conditions.

OrCondition.conditions

The collection of conditions.

Signature:

conditions?: Array<OneOfCondition>;