Type Alias EventMap<T>

EventMap<T>: Record<keyof T, any[]> | DefaultEventMap

Type Parameters

  • T