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 f845754 commit d2a41faCopy full SHA for d2a41fa
src/index.d.ts
@@ -579,6 +579,9 @@ declare namespace admin.firestore {
579
export import Firestore = _firestore.Firestore;
580
export import GeoPoint = _firestore.GeoPoint;
581
export import setLogFunction = _firestore.setLogFunction;
582
+ export import Query = _firestore.Query;
583
+ export import DocumentData = _firestore.DocumentData;
584
+ export import QuerySnapshot = _firestore.QuerySnapshot;
585
}
586
587
declare namespace admin.instanceId {
0 commit comments