You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. const items = {
  2. seasons: ['Peak 1', 'Peak 2', 'Peak 3', 'Peak 4', 'Red', 'White', 'Blue', 'Flexi'],
  3. resortBedrooms: ['Studio', '1', '2', '3', '4', '5', '6'],
  4. maxBedrooms: ['2', '4', '6', '8', '10', '12'],
  5. bankedEntities: ['Dial an Exchange', 'RCI', 'First Exchange', 'iExchange',
  6. 'Interval International',
  7. ],
  8. };
  9. export default items;