Type Alias PolylineCommand

PolylineCommand: {
    name: "polyline";
    points: Point[] | PointLike[];
    transform?: DOMMatrix;
}