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