(tables: Tables)
| 1575 | }); |
| 1576 | |
| 1577 | const setTables = (tables: Tables): Store => |
| 1578 | fluentTransaction(() => |
| 1579 | validateTables(tables) ? setValidTables(tables) : 0, |
| 1580 | ); |
| 1581 | |
| 1582 | const setTable = (tableId: Id, table: Table): Store => |
| 1583 | fluentTransaction( |
searching dependent graphs…