PointArray

interface PointArray {
    PointsList?: Point[];
}

Properties

Properties

PointsList?: Point[]

PointArray