Skip to content

Commit

Permalink
Add missing imports to pipelines.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDuckworth committed Jan 27, 2025
1 parent f44ea4d commit 16cfd24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/firestore/lite/pipelines/pipelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export type {
SetOptions,
QueryDocumentSnapshot,
Primitive,
FieldValue
FieldValue,
Bytes
} from '../index';

export { PipelineSource } from '../../src/lite-api/pipeline-source';
Expand Down
3 changes: 2 additions & 1 deletion packages/firestore/pipelines/pipelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export type {
SnapshotOptions,
Primitive,
FieldValue,
SnapshotMetadata
SnapshotMetadata,
Bytes
} from '../src/api';

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

0 comments on commit 16cfd24

Please # to comment.