feat(SW-750): add base url

This commit is contained in:
Fredrik Thorsson
2024-11-18 15:30:25 +01:00
parent 32bd5b8b6f
commit acd1656885
3 changed files with 12 additions and 5 deletions

View File

@@ -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"