feat(SW-914): add parking prices component
This commit is contained in:
@@ -3,3 +3,15 @@ import type { Hotel } from "@/types/hotel"
|
||||
export type ParkingAmenityProps = {
|
||||
parking: Hotel["parking"]
|
||||
}
|
||||
|
||||
type parkingData = {
|
||||
period?: string
|
||||
amount?: number
|
||||
startTime?: string
|
||||
endTime?: string
|
||||
}
|
||||
|
||||
export type ParkingPricesProps = {
|
||||
data?: parkingData[]
|
||||
currency?: Hotel["parking"][number]["pricing"]["localCurrency"]["currency"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user