We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6371d99 commit c85b120Copy full SHA for c85b120
1 file changed
src/transactions.ts
@@ -79,6 +79,7 @@ export interface TransactionOptions extends Omit<CommandOperationOptions, 'timeo
79
export class Transaction {
80
/** @internal */
81
state: TxnState;
82
+ /** @internal */
83
options: TransactionOptions;
84
85
_pinnedServer?: Server;
0 commit comments