Skip to content

Commit 16cfd24

Browse files
committed
Add missing imports to pipelines.ts
1 parent f44ea4d commit 16cfd24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/firestore/lite/pipelines/pipelines.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export type {
4444
SetOptions,
4545
QueryDocumentSnapshot,
4646
Primitive,
47-
FieldValue
47+
FieldValue,
48+
Bytes
4849
} from '../index';
4950

5051
export { PipelineSource } from '../../src/lite-api/pipeline-source';

packages/firestore/pipelines/pipelines.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export type {
4444
SnapshotOptions,
4545
Primitive,
4646
FieldValue,
47-
SnapshotMetadata
47+
SnapshotMetadata,
48+
Bytes
4849
} from '../src/api';
4950

5051
export * from '../src/api_pipelines';

0 commit comments

Comments
 (0)