feat(SW-713): move roomsidepeek types

This commit is contained in:
Fredrik Thorsson
2024-10-30 10:37:28 +01:00
parent ddc190e0c8
commit e3a96a2c14
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import { RoomData } from "@/types/hotel"
export type RoomSidePeekProps = {
selectedRoom?: RoomData
buttonSize: "small" | "medium"
}