LiveEventListener type

Live event callback.

type LiveEventListener<TEvent> = (
  evt: ILiveEvent<TEvent>,
  local: boolean
) => void