ConditionCombination

const ConditionCombination: object;

Type declaration

AND

readonly AND: "AND" = 'AND';

OR

readonly OR: "OR" = 'OR';