Type Alias JIIXV2RawContentTextLine

JIIXV2RawContentTextLine: {
    label: string;
    range?: JIIXV2RangeItem;
    type: "Line";
}