feat(SW-914): add parking
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type AmenitiesSidePeekProps = {
|
||||
amenitiesList: Hotel["detailedFacilities"]
|
||||
amenitiesList?: Hotel["detailedFacilities"]
|
||||
parking?: Hotel["parking"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type AmenityProps = {
|
||||
filteredAmenities: Hotel["detailedFacilities"]
|
||||
filteredAmenities?: Hotel["detailedFacilities"]
|
||||
}
|
||||
|
||||
5
types/components/hotelPage/sidepeek/parking.ts
Normal file
5
types/components/hotelPage/sidepeek/parking.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type ParkingProps = {
|
||||
parking: Hotel["parking"]
|
||||
}
|
||||
Reference in New Issue
Block a user