Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Documents/Session/IDocumentQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface IDocumentQuery<T extends object>
* If the field is not stored in index, value will come from document directly.
*/
selectFields<TProjection extends object>(
queryData: QueryData, projectionClass: DocumentType<T>): IDocumentQuery<TProjection>;
queryData: QueryData, projectionClass: DocumentType<TProjection>): IDocumentQuery<TProjection>;

/**
* Changes the return type of the query
Expand Down