feat(SW-70): Move RoomCard types to /types

This commit is contained in:
Niclas Edenvin
2024-07-09 13:28:44 +02:00
parent 722bab97ad
commit c5473f477e
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
import { Rate } from "@/server/routers/hotels/output"
export type RoomCardProps = { room: Rate }