feat(SW-713): Added sidepeek functionality for rooms
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { RoomData } from "@/types/hotel"
|
||||
|
||||
export interface RoomCardProps {
|
||||
hotelId: string
|
||||
room: RoomData
|
||||
}
|
||||
|
||||
export type RoomsProps = {
|
||||
hotelId: string
|
||||
rooms: RoomData[]
|
||||
}
|
||||
|
||||
5
types/components/hotelPage/sidepeek/room.ts
Normal file
5
types/components/hotelPage/sidepeek/room.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { RoomData } from "@/types/hotel"
|
||||
|
||||
export interface RoomSidePeekProps {
|
||||
room: RoomData
|
||||
}
|
||||
Reference in New Issue
Block a user