feat(SW-70): Create TRPC route to get rates
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
export type Room = {
|
||||
id: number
|
||||
name: string
|
||||
description: string
|
||||
size: string
|
||||
pricePerNight: number
|
||||
currency: string
|
||||
imageSrc: string
|
||||
}
|
||||
import { Rate } from "@/server/routers/hotels/output"
|
||||
|
||||
export type RoomProps = { room: Room }
|
||||
export type RoomProps = { room: Rate }
|
||||
|
||||
Reference in New Issue
Block a user