Merged in feat/SW-1598-hotel-parking-prices (pull request #1458)
feat(SW-1598): Now only showing "Free parking" when free parking is chosen * feat(SW-1598): Now only showing "Free parking" when free parking is chosen Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Hotel, Parking } from "@/types/hotel"
|
||||
|
||||
export enum Periods {
|
||||
allDay = "AllDay",
|
||||
hour = "Hour",
|
||||
day = "Day",
|
||||
night = "Night",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user