feat(SW-201): Refactoring how we fetch hotel page data
This commit is contained in:
@@ -4,7 +4,7 @@ import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
||||
|
||||
export type FacilitiesProps = {
|
||||
facilities: Facility[]
|
||||
activitiesCard?: ActivityCard
|
||||
activitiesCard: ActivityCard | null
|
||||
}
|
||||
|
||||
export type FacilityImage = {
|
||||
|
||||
3
types/components/hotelPage/hotelPage.ts
Normal file
3
types/components/hotelPage/hotelPage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface HotelPageProps {
|
||||
hotelId: string
|
||||
}
|
||||
Reference in New Issue
Block a user