Type Alias CheckoutAddFundsSuccessEvent

CheckoutAddFundsSuccessEvent: {
    type: ADD_FUNDS_SUCCESS;
    data: AddFundsSuccess;
}