feat: SW-1583 City search Map view redemption
This commit is contained in:
@@ -32,6 +32,7 @@ export type HotelPin = {
|
||||
coordinates: Coordinates
|
||||
publicPrice: number | null
|
||||
memberPrice: number | null
|
||||
redemptionPrice: number | null
|
||||
rateType: string | null
|
||||
currency: string
|
||||
images: {
|
||||
|
||||
@@ -9,5 +9,6 @@ export type PriceCardProps = {
|
||||
}
|
||||
|
||||
export type PointsCardProps = {
|
||||
productTypePoints: ProductTypePoints
|
||||
productTypePoints?: ProductTypePoints
|
||||
redemptionPrice?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user