Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 17, 2022
1 parent 9524f89 commit 0156d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -439,7 +439,7 @@ declare module 'mongoose' {

type Mutable<T> = {
-readonly [K in keyof T]: T[K];
}
};

type _UpdateQuery<TSchema> = {
/** @see https://docs.mongodb.com/manual/reference/operator/update-field/ */
Expand Down

0 comments on commit 0156d5e

Please sign in to comment.