Skip to content

Commit 6d76280

Browse files
committed
Exporting proto types that are access directly by the console.
1 parent 2a895ba commit 6d76280

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/firestore/src/global.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121
import * as pipelines from './api_pipelines';
2222
export * from './api';
2323
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

Comments
 (0)