Type Alias CheckoutAddFundsConnectSuccessEvent

CheckoutAddFundsConnectSuccessEvent: {
    type: CONNECT_SUCCESS;
    data: AddFundsConnectSuccess;
}