feat(SW-2470): render correct terms on Enter details
This commit is contained in:
@@ -14,6 +14,7 @@ export interface Room {
|
||||
rate: RateEnum
|
||||
rateDefinitionTitle: string
|
||||
rateDetails: string[]
|
||||
memberRateDetails?: string[]
|
||||
rateTitle?: string
|
||||
rateType: string
|
||||
roomRate: RoomRate
|
||||
|
||||
@@ -31,13 +31,14 @@ export interface InitialRoomData {
|
||||
isAvailable: boolean
|
||||
isFlexRate: boolean
|
||||
mustBeGuaranteed: boolean
|
||||
memberMustBeGuaranteed?: boolean
|
||||
rateDetails: string[] | undefined
|
||||
memberRateDetails?: string[]
|
||||
rateTitle?: string
|
||||
roomFeatures: Packages | null
|
||||
roomRate: RoomRate
|
||||
roomType: string
|
||||
roomTypeCode: string
|
||||
memberMustBeGuaranteed?: boolean
|
||||
}
|
||||
|
||||
export type RoomStep = {
|
||||
|
||||
Reference in New Issue
Block a user