Some hotelInfo tracking on select-hotel page

This commit is contained in:
Linus Flood
2024-10-18 10:25:45 +02:00
parent 42640abb2b
commit bbf52c8dce
4 changed files with 30 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import type { Lang } from "@/constants/languages"
export enum TrackingChannelEnum {
"scandic-friends" = "scandic-friends",
"static-content-page" = "static-content-page",
"hotelreservation" = "hotelreservation",
}
export type TrackingChannel = keyof typeof TrackingChannelEnum