feat(SW-70): Move RoomCard types to /types
This commit is contained in:
3
types/components/hotelReservation/selectRate/roomCard.ts
Normal file
3
types/components/hotelReservation/selectRate/roomCard.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Rate } from "@/server/routers/hotels/output"
|
||||
|
||||
export type RoomCardProps = { room: Rate }
|
||||
Reference in New Issue
Block a user