feat(SW-713): add rooms sidepeek on hotelpage
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
|
||||
import { RoomData } from "@/types/hotel"
|
||||
|
||||
export type RoomSidePeekProps = {
|
||||
roomConfiguration: RoomConfiguration
|
||||
selectedRoom?: RoomData
|
||||
buttonSize: "small" | "medium"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user