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