Type alias EventTypes<Events>

EventTypes<Events>: Events extends TypedEvent<infer T>[]
    ? T
    : string

The union of all possible event types from a TypedEvent tuple.

Type Parameters

  • Events

Generated using TypeDoc