Type alias EventData<T>

EventData<T>: T extends Hello
    ? GatewayHelloData
    : null

Type Parameters

Generated using TypeDoc