feat: remove old type

This commit is contained in:
Fredrik Thorsson
2024-07-10 11:31:46 +02:00
parent 286d772de1
commit ee004cf3ca
@@ -1,10 +0,0 @@
export interface HotelCardData {
hotel: {
name: string
address: string
description: string
rooms: string
button: string
label: string[]
}
}