import PrivateProduct from '../entity/PrivateProduct'; import BaseEntityServiceInterface from '../../common/services/BaseEntityService/BaseEntityServiceInterface'; export default interface PrivateProductServiceInterface extends BaseEntityServiceInterface {};