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.
1 parent 43451a6 commit 57864a3Copy full SHA for 57864a3
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