Type Alias CheckoutConnectFailureEvent

CheckoutConnectFailureEvent: {
    type: CONNECT_FAILED;
    data: ConnectionFailed;
}