<?php
namespace App\Entity\Source\Data;
use App\Entity\Source\SourceInterface;
interface DataSourceInterface extends SourceInterface
{
}