Merged in fix/SW-2485-hotel-directions-name (pull request #2641)
fix(SW-2485): add name and address to hotel directions * fix(SW-2485): add name and address to hotel directions * fix(SW-2485): use name and address instead of coordinates Approved-by: Matilda Landström
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
import type {
|
||||
Hotel,
|
||||
HotelAddress,
|
||||
HotelLocation,
|
||||
} from "@scandic-hotels/trpc/types/hotel"
|
||||
import type { Hotel, HotelAddress } from "@scandic-hotels/trpc/types/hotel"
|
||||
|
||||
export type AboutTheHotelSidePeekProps = {
|
||||
hotelAddress: HotelAddress
|
||||
coordinates: HotelLocation
|
||||
contact: Hotel["contactInformation"]
|
||||
socials: Hotel["socialMedia"]
|
||||
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
|
||||
descriptions: Hotel["hotelContent"]["texts"]
|
||||
hotelName: Hotel["name"]
|
||||
}
|
||||
|
||||
export type ContactInformationProps = Omit<
|
||||
|
||||
Reference in New Issue
Block a user