Type Alias ConnectionStateEventMap

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