We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c5882 commit 8b34f20Copy full SHA for 8b34f20
packages/app-builder-lib/src/util/asyncEventEmitter.ts
@@ -5,7 +5,7 @@ type Handler = (...args: any[]) => Promise<void> | void
5
6
export type HandlerType = "system" | "user"
7
8
-type Handle = { handler: Handler | Nullish; type: HandlerType }
+type Handle = { handler: Handler; type: HandlerType }
9
10
export type EventMap = {
11
[key: string]: Handler
0 commit comments