feat: SW-1588 Updated rate selection

This commit is contained in:
Hrishikesh Vaipurkar
2025-02-17 21:29:37 +01:00
parent a7443e5750
commit fef31237c8
4 changed files with 41 additions and 29 deletions

View File

@@ -23,6 +23,7 @@ export type FlexibilityOptionProps = {
roomType: RoomConfiguration["roomType"]
roomTypeCode: RoomConfiguration["roomTypeCode"]
title: string
rateTitle?: string // This is for special rates via booking codes
}
export interface PriceListProps {