File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export namespace firestore {
57
57
export import WhereFilterOp = _firestore . WhereFilterOp ;
58
58
export import WriteBatch = _firestore . WriteBatch ;
59
59
export import WriteResult = _firestore . WriteResult ;
60
+ export import PartialWithFieldValue = _firestore . PartialWithFieldValue ;
61
+ export import WithFieldValue = _firestore . WithFieldValue ;
62
+ export import Primitive = _firestore . Primitive ;
63
+ export import NestedUpdateFields = _firestore . NestedUpdateFields ;
64
+ export import ChildUpdateFields = _firestore . ChildUpdateFields ;
65
+ export import AddPrefixToKeys = _firestore . AddPrefixToKeys ;
66
+ export import UnionToIntersection = _firestore . UnionToIntersection ;
67
+ export import ReadOnlyTransactionOptions = _firestore . ReadOnlyTransactionOptions ;
60
68
61
69
export import setLogFunction = _firestore . setLogFunction ;
62
70
}
You can’t perform that action at this time.
0 commit comments