import TravelStopPricing from '../entity/TravelStopPricing'; import AdapterInterface from '../../common/interfaces/AdapterInterface'; export default interface TravelStopPricingAdapterInterface extends AdapterInterface { }