Type Alias TJIIXNodeParrallelogram

TJIIXNodeParrallelogram: {
    "bounding-box": undefined | TBox;
    id: string;
    items?: undefined | TJIIXStrokeItem[];
    kind: Parallelogram;
    points: number[];
    type: Node;
}