type CutoutOperation = "Difference" | "Intersection" | "Union" | "XOR";
Represents the operation performed on a cutout.