Skip to content

Commit c85b120

Browse files
committed
chore: make options internal
1 parent 6371d99 commit c85b120

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/transactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export interface TransactionOptions extends Omit<CommandOperationOptions, 'timeo
7979
export class Transaction {
8080
/** @internal */
8181
state: TxnState;
82+
/** @internal */
8283
options: TransactionOptions;
8384
/** @internal */
8485
_pinnedServer?: Server;

0 commit comments

Comments
 (0)