Merged in fix/SW-1631-rate-terms-modal (pull request #1699)
fix(SW-1631): add rate terms modal * fix(SW-1631): add rate terms modal Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -8,11 +8,9 @@ export interface RatesProps {
|
||||
roomConfiguration: RoomConfiguration
|
||||
}
|
||||
|
||||
export interface SharedRateCardProps extends Pick<
|
||||
RoomConfiguration,
|
||||
"roomTypeCode"
|
||||
> {
|
||||
export interface SharedRateCardProps
|
||||
extends Pick<RoomConfiguration, "roomTypeCode"> {
|
||||
handleSelectRate: (product: Product) => void
|
||||
nights: number
|
||||
petRoomPackage: NonNullable<Packages>[number] | undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user