import EventProduct from '../entity/EventProduct'; import AdapterInterface from '../../common/interfaces/AdapterInterface'; import TransformerInterface from '../../common/interfaces/TransformerInterface'; export default interface EventProductAdapterInterface extends AdapterInterface, TransformerInterface { }