Type Alias BooleanType

BooleanType:
    | "union"
    | "difference"
    | "exclude"
    | "intersection"

Represents the boolean operation types available in Penpot. These types define how shapes can be combined or modified using boolean operations.