Merged in fix/hoteinfocard-pass-hotel (pull request #1295)
feat:hotel info card - pass hoteldata since we already fetching it on page level * feat:hotel info card - pass hoteldata since we already fetching it on page level
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import type { Lang } from "@/constants/languages"
|
||||
import type { Child } from "./selectRate"
|
||||
import type { HotelData } from "@/types/hotel"
|
||||
|
||||
export interface HotelInfoCardProps {
|
||||
adultArray: number[]
|
||||
childArray?: Child[]
|
||||
fromDate: Date
|
||||
hotelId: number
|
||||
lang: Lang
|
||||
toDate: Date
|
||||
hotelData: HotelData | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user