Skip to content

Commit

Permalink
fix: add usernameCaseInsensitive to the typings (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensansi committed May 17, 2022
1 parent 3f03eb9 commit 26f4991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -65,6 +65,7 @@ declare module 'mongoose' {
selectFields?: string | undefined;
populateFields?: string | undefined;

usernameCaseInsensitive?: boolean | undefined;
usernameLowerCase?: boolean | undefined;

hashField?: string | undefined;
Expand Down

0 comments on commit 26f4991

Please sign in to comment.