Search
Loading...
Skip to content

Type Alias: BooleanOperation

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

Represents the names of boolean operations.