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