Search
Loading...
Skip to content

Type Alias: BooleanOperation

type BooleanOperation = "Difference" | "Intersection" | "Union" | "XOR";

Names of boolean operations.