Skip to content

Commit 9d3fbc6

Browse files
authored
Added missing startAtEnd binlog option definition (#10)
1 parent c9122a0 commit 9d3fbc6

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)