import Product from '../entity/Product'; import AdapterInterface from '../../common/interfaces/AdapterInterface'; export default interface ProductAdapterInterface extends AdapterInterface { }