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