fix(SW-302): add facility ID enum

This commit is contained in:
Matilda Landström
2024-10-01 11:02:59 +02:00
parent 1d8319bfcb
commit d78218801f
2 changed files with 12 additions and 2 deletions

View File

@@ -24,3 +24,9 @@ export enum RestaurantHeadings {
restaurant = "Restaurant",
breakfastRestaurant = "Breakfast restaurant",
}
export enum FacilityIds {
bar = 1606,
rooftopBar = 1014,
restaurant = 1383,
}