Type alias EventMap<T>

EventMap<T>: {
    [K in keyof T]: [T[K]]
}

Type Parameters