@@ -1,7 +1,7 @@
import mitt from "mitt";
type Events = {
- "should-reload-history": undefined;
+ "should-reload-history": any;
"draw-change": any;
};