ValueIsEvent<T>: {
    [key in keyof T]: Event
}

Type Parameters

  • T