type CutoutOperation = "Difference" | "Intersection" | "Union" | "XOR";
Represents the type of a cutout.