feat(SW-251): type assertion

This commit is contained in:
Fredrik Thorsson
2024-09-12 13:48:27 +02:00
parent 21ff8f8b5d
commit 85460e95e5
5 changed files with 29 additions and 24 deletions

View File

@@ -7,6 +7,6 @@ export type HotelCardListingProps = {
}
export type HotelData = {
hotelData: Hotel | undefined
hotelData: Hotel
price: AvailabilityPrices
}