export enum eMapDropdownString { // Dropdown Content Templates HEADER_TITLE = 'header-title', RATING_REVIEW = 'rating-review', DIVIDER = 'divider', REPAIR_SHOP_SERVICES = 'repair-shop-services', FUEL_PRICE_RANGE = 'fuel-price-range', STOP_TYPE = 'stop-type', ICON_TEXT = 'icon-text', TITLE = 'title', TITLE_COUNT = 'title-count', MONEY_TEXT = 'money-text', OPEN_HOURS = 'open-hours', TEXT_COUNT = 'text-count', SUBTITLE = 'subtitle', TEXT = 'text', SMALL_SUBTITLE = 'small-subtitle', DATE = 'date', TRAVEL_TIME = 'travel-time', }