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 2a895ba commit 6d76280Copy full SHA for 6d76280
packages/firestore/src/global.ts
@@ -21,3 +21,9 @@
21
import * as pipelines from './api_pipelines';
22
export * from './api';
23
export { pipelines };
24
+
25
+// Console specific exports
26
+export {
27
+ type firestoreV1ApiClientInterfaces,
28
+ type Timestamp as ProtoTimestamp
29
+} from './protos/firestore_proto_api';
0 commit comments