feat(SW-392): Added adobeSDK with page and hotel data

This commit is contained in:
Erik Tiekstra
2025-01-15 14:40:50 +01:00
parent e9deb25d06
commit 626db96bf9
4 changed files with 58 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ export enum TrackingChannelEnum {
"static-content-page" = "static-content-page",
"hotelreservation" = "hotelreservation",
"collection-page" = "collection-page",
"hotels" = "hotels",
}
export type TrackingChannel = keyof typeof TrackingChannelEnum