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 b9ad94e commit b3051adCopy full SHA for b3051ad
.gitignore
@@ -70,3 +70,4 @@ list.out
70
71
data
72
*.pid
73
+mo-expansion*
types/schematypes.d.ts
@@ -237,7 +237,7 @@ declare module 'mongoose' {
237
238
interface ClientSideEncryptionEncryptOptions {
239
/** The id of the dataKey to use for encryption. Must be a BSON binary subtype 4 (UUID). */
240
- keyId: [BSON.Binary] | BSON.Binary;
+ keyId: [BSON.Binary];
241
242
/**
243
* The algorithm to use for encryption.
0 commit comments