feat: SW-2028 Points validation redemption city search
This commit is contained in:
+1
@@ -15,6 +15,7 @@ export type HotelData = {
|
||||
export type HotelCardListingProps = {
|
||||
hotelData: HotelResponse[]
|
||||
type?: HotelCardListingTypeEnum
|
||||
userPoints?: number
|
||||
}
|
||||
|
||||
export interface NullableHotelData extends Omit<HotelData, "hotelData"> {
|
||||
|
||||
@@ -7,4 +7,5 @@ export type HotelCardProps = {
|
||||
type?: HotelCardListingTypeEnum
|
||||
state?: "default" | "active"
|
||||
bookingCode?: string | null
|
||||
userPoints?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user