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