Type alias WrappedEvent<Type>

WrappedEvent<Type>: EventMap[Type] & {
    eventType: Type;
}

Type Parameters

Generated using TypeDoc