backup_migrate-5.0.0-rc2/src/Core/Destination/RemoteDestinationInterface.php
src/Core/Destination/RemoteDestinationInterface.php
<?php
namespace Drupal\backup_migrate\Core\Destination;
/**
* An interface for managing remote destinations.
*
* @package Drupal\backup_migrate\Core\Destination
*/
interface RemoteDestinationInterface extends DestinationInterface {
}
