Type Alias PolygonCommand

PolygonCommand: {
    name: "polygon";
    points: Point[] | PointLike[];
    transform?: DOMMatrix;
}