Skip to content

Commit 2c7b0fb

Browse files
authored
Merge pull request #247 from ml054/v4.2
fixed generic
2 parents e0202f7 + 57864a3 commit 2c7b0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Documents/Session/IDocumentQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface IDocumentQuery<T extends object>
6868
* If the field is not stored in index, value will come from document directly.
6969
*/
7070
selectFields<TProjection extends object>(
71-
queryData: QueryData, projectionClass: DocumentType<T>): IDocumentQuery<TProjection>;
71+
queryData: QueryData, projectionClass: DocumentType<TProjection>): IDocumentQuery<TProjection>;
7272

7373
/**
7474
* Changes the return type of the query

0 commit comments

Comments
 (0)