feat(SW-914): remove optional
This commit is contained in:
@@ -5,6 +5,6 @@ export type ParkingAmenityProps = {
|
||||
}
|
||||
|
||||
export type ParkingPricesProps = {
|
||||
data?: Hotel["parking"][number]["pricing"]["localCurrency"]["ordinary"]
|
||||
data: Hotel["parking"][number]["pricing"]["localCurrency"]["ordinary"]
|
||||
currency?: Hotel["parking"][number]["pricing"]["localCurrency"]["currency"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user