commerce_amws-8.x-1.x-dev/modules/feed/src/Entity/FeedTypeInterface.php
modules/feed/src/Entity/FeedTypeInterface.php
<?php
namespace Drupal\commerce_amws_feed\Entity;
use Drupal\Core\Entity\EntityDescriptionInterface;
/**
* Defines the interface for feed types.
*/
interface FeedTypeInterface extends EntityDescriptionInterface {
}
