type AwaitTxIdFn = (txId, timeout?) => Promise<boolean>;
Defined in: packages/electric-db-collection/src/electric.ts:224
Type for the awaitTxId utility function
Txid
number
Promise<boolean>