We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mongo.Cursor
1 parent 864bc2e commit c96ac50Copy full SHA for c96ac50
2 files changed
‎types/meteor/mongo.d.ts‎
@@ -479,8 +479,8 @@ declare module 'meteor/mongo' {
479
callbacks: ObserveChangesCallbacks<T>,
480
options?: { nonMutatingCallbacks?: boolean | undefined },
481
): Meteor.LiveQueryHandle;
482
- [Symbol.iterator](): Iterator<T>;
483
- [Symbol.asyncIterator](): AsyncIterator<T>;
+ [Symbol.iterator](): Iterator<U>;
+ [Symbol.asyncIterator](): AsyncIterator<U>;
484
}
485
486
var ObjectID: ObjectIDStatic;
0 commit comments