Type Alias TJIIXNodeRhombus

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