type BooleanOperation = "Difference" | "Intersection" | "Union" | "XOR";
Names of boolean operations.