feat(SW-203): added show more functionality to rooms inside the hotel page
This commit is contained in:
@@ -3,6 +3,7 @@ import { RoomData } from "@/types/hotel"
|
||||
export interface RoomCardProps {
|
||||
id: string
|
||||
images: RoomData["attributes"]["content"]["images"]
|
||||
hidden?: boolean
|
||||
title: string
|
||||
subtitle: string
|
||||
badgeTextTransKey: string | null
|
||||
|
||||
Reference in New Issue
Block a user