Share via


EventHandler type

type EventHandler<T> = (data: T) => void | Promise<void>