export const enum SortOrder { Distance = "distance", Name = "name", Price = "price", TripAdvisorRating = "tripadvisor", }