feat: SW-1588 Optimized rate title

This commit is contained in:
Hrishikesh Vaipurkar
2025-02-21 18:31:22 +01:00
parent 7541c74038
commit 2a51107500
4 changed files with 24 additions and 14 deletions

View File

@@ -23,11 +23,12 @@ export type FlexibilityOptionProps = {
roomType: RoomConfiguration["roomType"]
roomTypeCode: RoomConfiguration["roomTypeCode"]
title: string
rateTitle?: string // This is for special rates via booking codes
rateTitle?: string // This is for the rates via booking codes
}
export interface PriceListProps {
publicPrice?: ProductPrice | Record<string, never>
memberPrice?: ProductPrice | Record<string, never>
petRoomPackage?: RoomPackage
rateTitle?: string // This is for the rates via booking codes
}