Created
October 16, 2021 02:49
-
-
Save Patrick-Erichsen/d5b3b093c6ef9671f2550fe4252ca77f to your computer and use it in GitHub Desktop.
Airbnb Property Types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const airbnbPropertyTypes = { | |
1: 'Apartment', | |
2: 'House', | |
3: 'Bed and breakfast', | |
4: 'Cabin', | |
5: 'Castle', | |
6: 'Treehouse', | |
8: 'Boat', | |
9: 'Dorm', | |
10: 'Lighthouse', | |
11: 'Villa', | |
12: 'Igloo', | |
15: 'Yurt', | |
16: 'Tipi', | |
17: 'Dome house', | |
18: 'Cave', | |
19: 'Island', | |
22: 'Chalet', | |
23: 'Earth house', | |
24: 'Hut', | |
25: 'Train', | |
28: 'Plane', | |
32: 'Camper/RV', | |
33: 'Cottage', | |
34: 'Tent', | |
35: 'Loft', | |
36: 'Townhouse', | |
37: 'Condominium', | |
38: 'Bungalow', | |
39: 'Vacation home', | |
40: 'Guesthouse', | |
41: 'Floor', | |
42: 'Hotel', | |
43: 'Boutique hotel', | |
44: 'Nature lodge', | |
45: 'Hostel', | |
46: 'Timeshare', | |
47: 'Serviced apartment', | |
48: 'Minsu', | |
49: 'Ryokan', | |
50: 'Pension', | |
51: 'Hotel room', | |
52: 'In-law', | |
53: 'Guest suite', | |
54: 'Casa particular', | |
55: 'Pousada', | |
56: 'Aparthotel', | |
57: 'Barn', | |
58: 'Campsite', | |
59: 'Condohotel', | |
60: 'Cottage', | |
61: 'Cycladic house', | |
62: 'Dammuso', | |
63: 'Farm stay', | |
64: 'Houseboat', | |
65: 'Resort', | |
66: "Shepherd's hut", | |
67: 'Tiny house', | |
68: 'Trullo', | |
69: 'Windmill', | |
70: 'Bus', | |
71: 'Kezhan', | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment