Interface EventHandler<T>

interface EventHandler<T> ((event) => void)

Type Parameters