(
tableId: TableId,
table: Table<Schemas[0], TableId, true>,
)
| 1064 | |
| 1065 | /// Store.setTable |
| 1066 | setTable<TableId extends TableIdFromSchema<Schemas[0]>>( |
| 1067 | tableId: TableId, |
| 1068 | table: Table<Schemas[0], TableId, true>, |
| 1069 | ): this; |
no outgoing calls