export enum TestSupportServiceClient {
  companyUrl = '/api/testSupport/company',
  travelerUrl = '/api/testSupport/traveler'
}
