We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d44e commit 4bd7104Copy full SHA for 4bd7104
src/index.ts
@@ -62,7 +62,7 @@ export type ConnectionOptions = {
62
readonly session?: Session;
63
readonly extraCredential?: ExtraCredential;
64
readonly ssl?: SecureContextOptions;
65
- extraHeaders?: RequestHeaders;
+ readonly extraHeaders?: RequestHeaders;
66
};
67
68
export type QueryStage = {
0 commit comments