Type alias ConnectionStateEventMap

ConnectionStateEventMap: {
    [state in ConnectionState]: ((reason) => void)
}