Type Alias JIIXV2RawContentShape

JIIXV2RawContentShape: {
    label: string;
    range?: undefined | JIIXV2Range;
    shape: JIIXV2RawContentItemShape[];
    type: "Shape";
}