Open ironfroggy opened 7 years ago
Possible ways to define this:
// existing {anyof: ["#foo", "#bar"]} // same {or: [ {eq: "#foo"}, {eq: "#bar"}, ]} // if you want the INTERSECTION {and: [ {eq: "#foo"}, {eq: "#bar"}, ]}
Possible ways to define this: