Skip to content

Type Alias: EventCallbackResult

ts
type EventCallbackResult = void | Promise<void>;

Describes the type of the result of an event callback