Skip to content

Commit 4291595

Browse files
committed
chore: add note for API docs
1 parent 7dabee3 commit 4291595

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
@@ -103,6 +103,8 @@ declare module 'mongodb-client-encryption' {
103103
* - tlsInsecure
104104
*
105105
* These options are not included in the type, and are ignored if provided.
106+
*
107+
* Note that if a secureContext option is provided, all other TLS options will be ignored.
106108
*/
107109
export type ClientEncryptionTlsOptions = Pick<
108110
MongoClientOptions,

0 commit comments

Comments
 (0)