[types] Missing firestore file
This commit is contained in:
parent
8bd9684644
commit
c4d7704623
|
@ -2,11 +2,11 @@
|
|||
* @flow
|
||||
* Query representation wrapper
|
||||
*/
|
||||
import DocumentSnapshot from './DocumentSnapshot';
|
||||
import QuerySnapshot from './QuerySnapshot';
|
||||
import { buildNativeArray, buildTypeMap } from './utils/serialize';
|
||||
import { firestoreAutoId, isFunction, isObject } from '../../utils';
|
||||
|
||||
import type DocumentSnapshot from './DocumentSnapshot';
|
||||
import type Firestore from './';
|
||||
import type Path from './Path';
|
||||
|
||||
|
|
Loading…
Reference in New Issue