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.
2 parents e0202f7 + 57864a3 commit 2c7b0fbCopy full SHA for 2c7b0fb
src/Documents/Session/IDocumentQuery.ts
@@ -68,7 +68,7 @@ export interface IDocumentQuery<T extends object>
68
* If the field is not stored in index, value will come from document directly.
69
*/
70
selectFields<TProjection extends object>(
71
- queryData: QueryData, projectionClass: DocumentType<T>): IDocumentQuery<TProjection>;
+ queryData: QueryData, projectionClass: DocumentType<TProjection>): IDocumentQuery<TProjection>;
72
73
/**
74
* Changes the return type of the query
0 commit comments