diff --git a/types/query.d.ts b/types/query.d.ts index 128d7fd26a7..0bdda904350 100644 --- a/types/query.d.ts +++ b/types/query.d.ts @@ -647,7 +647,7 @@ declare module 'mongoose' { /** Specifies which document fields to include or exclude (also known as the query "projection") */ select( - arg: string | string[] | Record + arg: string | string[] | Record ): QueryWithHelpers< IfEquals< RawDocTypeOverride,