Skip to content

Commit a833c73

Browse files
committed
chore: add note for API docs
1 parent 6617c9e commit a833c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client-side-encryption/state_machine.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ declare module 'mongodb-client-encryption' {
108108
* - tlsInsecure
109109
*
110110
* These options are not included in the type, and are ignored if provided.
111+
*
112+
* Note that if a secureContext option is provided, all other TLS options will be ignored.
111113
*/
112114
export type ClientEncryptionTlsOptions = Pick<
113115
MongoClientOptions,

0 commit comments

Comments
 (0)