Skip to content

Commit 9b88cb6

Browse files
committed
Fixed type
1 parent caa8719 commit 9b88cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export type BaseBinLogEvent = {
106106
useChecksum: boolean;
107107
};
108108

109-
export type BinLogHeartbeatEvent = {
109+
export type BinLogHeartbeatEvent = BaseBinLogEvent & {
110110
binlogName: string;
111111
position: number;
112112
};

0 commit comments

Comments
 (0)