Skip to content

Commit 04c86b9

Browse files
committed
Add connectionTimeout to TS declaration
1 parent 412d730 commit 04c86b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/v1/driver.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ declare interface Config {
4848
maxTransactionRetryTime?: number;
4949
loadBalancingStrategy?: LoadBalancingStrategy;
5050
maxConnectionLifetime?: number;
51+
connectionTimeout?: number;
5152
}
5253

5354
declare type SessionMode = "READ" | "WRITE";

0 commit comments

Comments
 (0)