Type Alias JIIXV2Export

JIIXV2Export: {
    "bounding-box": undefined | TBox;
    elements?: undefined | JIIXV2Element[];
    id: string;
    items?: undefined | TJIIXStrokeItem[];
    label?: undefined | string;
    range?: undefined | JIIXV2Range;
    type: string;
    version: string;
    words?: undefined | JIIXV2Expression[];
}