Skip to content

Commit a2ac399

Browse files
author
Joel Charles
committed
Improve type of baseObserver
1 parent d2f0543 commit a2ac399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-canvas-core/src/core/BaseObserver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type BaseListener = {
2222
* Generic event that fires after a specific event was fired (even if it was consumed)
2323
*/
2424
eventDidFire?: (event: BaseEvent & { function: string }) => void;
25+
} & {
2526
/**
2627
* Type for other events that will fire
2728
*/

0 commit comments

Comments
 (0)