feat(SW-717) Multiple requests if adult differ between rooms
This commit is contained in:
@@ -3,6 +3,7 @@ import type { Child } from "./selectRate"
|
||||
|
||||
export interface HotelInfoCardProps {
|
||||
adultCount: number
|
||||
adultArray: number[]
|
||||
childArray?: Child[]
|
||||
fromDate: Date
|
||||
hotelId: number
|
||||
|
||||
@@ -3,6 +3,7 @@ import type { Child } from "./selectRate"
|
||||
|
||||
export interface RoomsContainerProps {
|
||||
adultCount: number
|
||||
adultArray: number[]
|
||||
childArray?: Child[]
|
||||
fromDate: Date
|
||||
hotelId: number
|
||||
|
||||
@@ -11,7 +11,7 @@ export interface Child {
|
||||
}
|
||||
|
||||
export interface Room {
|
||||
adults: number
|
||||
adults: number[]
|
||||
roomTypeCode: string
|
||||
rateCode: string
|
||||
counterRateCode: string
|
||||
|
||||
Reference in New Issue
Block a user