We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b651b commit 92665eeCopy full SHA for 92665ee
packages/db-client/src/streams/readAll.ts
@@ -2,7 +2,8 @@ import type {
2
BaseOptions,
3
ReadPosition,
4
Direction,
5
- AllStreamResolvedEvent, Filter,
+ AllStreamResolvedEvent,
6
+ Filter,
7
} from "../types";
8
import { FORWARDS, START } from "../constants";
9
import { Client } from "../Client";
0 commit comments