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