feat(SW-750): add about the hotel sidepeek
This commit is contained in:
13
types/components/hotelPage/sidepeek/aboutTheHotel.ts
Normal file
13
types/components/hotelPage/sidepeek/aboutTheHotel.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Hotel, HotelAddress } from "@/types/hotel"
|
||||
|
||||
export type AboutTheHotelSidePeekProps = {
|
||||
hotelAdress: HotelAddress
|
||||
coordinates: {
|
||||
lat: number
|
||||
lng: number
|
||||
}
|
||||
contact: Hotel["contactInformation"]
|
||||
socials: Hotel["socialMedia"]
|
||||
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
|
||||
descriptions: Hotel["hotelContent"]["texts"]["descriptions"]
|
||||
}
|
||||
12
types/components/hotelPage/sidepeek/contactInformation.ts
Normal file
12
types/components/hotelPage/sidepeek/contactInformation.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { Hotel, HotelAddress } from "@/types/hotel"
|
||||
|
||||
export type ContactInformationProps = {
|
||||
adress: HotelAddress
|
||||
coordinates: {
|
||||
lat: number
|
||||
lng: number
|
||||
}
|
||||
contact: Hotel["contactInformation"]
|
||||
socials: Hotel["socialMedia"]
|
||||
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
|
||||
}
|
||||
Reference in New Issue
Block a user