AndCondition interface

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

Signature:

export interface AndCondition 

Properties

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

AndCondition.conditions

The collection of conditions.

Signature:

conditions?: Array<OneOfCondition>;