Merged in feat/SW-3042-tracking-hotel-page-btn-prices- (pull request #2590)

feat(SW-3042): Added tracking for prices and availability button

* feat(SW-3042): Added tracking for prices and availability button


Approved-by: Anton Gunnarsson
This commit is contained in:
Hrishikesh Vaipurkar
2025-08-06 09:38:29 +00:00
parent 41efb3a7b3
commit 1a03b44ea8
4 changed files with 68 additions and 18 deletions

View File

@@ -4,3 +4,7 @@ export interface RoomSidePeekProps {
room: Room
hotelId: string
}
export interface PricesAndAvailabilityProps extends RoomSidePeekProps {
label: string
}