Skip to content

Commit 678c66d

Browse files
committed
Merge branch 'main' into add-heartbeat-event-parsing
2 parents 2bcf4be + 9d3fbc6 commit 678c66d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ export type StartOptions = {
5757
* Unique server ID for this replication client.
5858
*/
5959
serverId?: number;
60+
61+
/**
62+
* Pass `true` to only emit binlog events that occur after ZongJi's instantiation.
63+
*/
64+
startAtEnd?: boolean;
6065
};
6166

6267
export type ColumnSchema = {

0 commit comments

Comments
 (0)