feat(SW-251): type assertion
This commit is contained in:
@@ -7,6 +7,6 @@ export type HotelCardListingProps = {
|
||||
}
|
||||
|
||||
export type HotelData = {
|
||||
hotelData: Hotel | undefined
|
||||
hotelData: Hotel
|
||||
price: AvailabilityPrices
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user