feat: events (#717)
This commit is contained in:
committed by
GitHub
parent
455bcdc0f2
commit
79877fcd1f
@ -821,7 +821,7 @@ export interface EventData {
|
||||
export type EventListenerOptions = Record<string, unknown>;
|
||||
|
||||
export type EventListenerHandler = (
|
||||
data: EventData,
|
||||
data: EventData | undefined,
|
||||
options: EventListenerOptions,
|
||||
) => Promise<EntryData | undefined | null | void>;
|
||||
|
||||
|
Reference in New Issue
Block a user