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