feat(SW-914): type change
This commit is contained in:
@@ -4,14 +4,7 @@ export type ParkingAmenityProps = {
|
||||
parking: Hotel["parking"]
|
||||
}
|
||||
|
||||
type parkingData = {
|
||||
period?: string
|
||||
amount?: number
|
||||
startTime?: string
|
||||
endTime?: string
|
||||
}
|
||||
|
||||
export type ParkingPricesProps = {
|
||||
data?: parkingData[]
|
||||
data?: Hotel["parking"][number]["pricing"]["localCurrency"]["ordinary"]
|
||||
currency?: Hotel["parking"][number]["pricing"]["localCurrency"]["currency"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user