Merge branch 'master' into feature/tracking
This commit is contained in:
7
types/components/hotelReservation/enterDetails/room.ts
Normal file
7
types/components/hotelReservation/enterDetails/room.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
|
||||
export interface SelectedRoomProps {
|
||||
hotelId: string
|
||||
room: RoomConfiguration
|
||||
rateDescription: string
|
||||
}
|
||||
Reference in New Issue
Block a user