feat(SW-750): add base url
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import type { AboutTheHotelSidePeekProps } from "./aboutTheHotel"
|
||||
|
||||
export enum GoogleMapsDirections {
|
||||
BASE_URL = "https://www.google.com/maps/dir/?api=1&destination=",
|
||||
}
|
||||
|
||||
export type ContactInformationProps = Omit<
|
||||
AboutTheHotelSidePeekProps,
|
||||
"descriptions" | "buttonUrl"
|
||||
|
||||
Reference in New Issue
Block a user