(
mode: TransactionMode,
tables: readonly (string | Table)[],
scope: (trans: TXWithTables<this>) => PromiseLike<U> | U
)
| 65 | ): Table<T, TKey, TInsertType>; |
| 66 | |
| 67 | transaction<U>( |
| 68 | mode: TransactionMode, |
| 69 | tables: readonly (string | Table)[], |
| 70 | scope: (trans: TXWithTables<this>) => PromiseLike<U> | U |
no outgoing calls
no test coverage detected