interface ClipperPoint {
    X: number;
    Y: number;
}

Properties

X Y

Properties

X: number
Y: number