Can you export some of the types so that it is easier to refer to them, as well as looking into why text.blocks.map gives a type string | string[] | FrameType | CornerPointsType | LinesData | [] making it impossible to refer to something like block.lines
Can you export some of the types so that it is easier to refer to them, as well as looking into why
text.blocks.map
gives a typestring | string[] | FrameType | CornerPointsType | LinesData | []
making it impossible to refer to something likeblock.lines