import StopGroupClientInterface from './StopGroupClientInterface'; import BaseEntityClient from '../../common/clients/BaseEntityClient'; export default class StopGroupClient extends BaseEntityClient implements StopGroupClientInterface { getBasepath() { return '/stops'; } }