feat(SW-644): add book parking button
This commit is contained in:
@@ -8,6 +8,7 @@ export enum Periods {
|
||||
|
||||
export type ParkingAmenityProps = {
|
||||
parking: Hotel["parking"]
|
||||
contentPageLink?: string
|
||||
}
|
||||
|
||||
export type ParkingListProps = {
|
||||
@@ -19,7 +20,7 @@ export type ParkingListProps = {
|
||||
}
|
||||
|
||||
export type ParkingPricesProps = {
|
||||
data: Hotel["parking"][number]["pricing"]["localCurrency"]["ordinary"]
|
||||
pricing: Hotel["parking"][number]["pricing"]["localCurrency"]["ordinary"]
|
||||
currency: Hotel["parking"][number]["pricing"]["localCurrency"]["currency"]
|
||||
freeParking: Hotel["parking"][number]["pricing"]["freeParking"]
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@ export enum IconName {
|
||||
ElectricBike = "ElectricBike",
|
||||
ElectricCar = "ElectricCar",
|
||||
Email = "Email",
|
||||
ExternalLink = "ExternalLink",
|
||||
EyeHide = "EyeHide",
|
||||
EyeShow = "EyeShow",
|
||||
Facebook = "Facebook",
|
||||
|
||||
Reference in New Issue
Block a user