Type alias TableRow

TableRow: {
    rect: Rect;
    tds: TableData[];
    type?: "tr";
}

Type declaration