feat(SW-914): add enum
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export enum Periods {
|
||||
day = "Day",
|
||||
night = "Night",
|
||||
allDay = "AllDay",
|
||||
}
|
||||
|
||||
export type ParkingAmenityProps = {
|
||||
parking: Hotel["parking"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user