diff --git a/src/orchestration/Orchestration.ts b/src/orchestration/Orchestration.ts index 5225f4b7..6bb99cee 100644 --- a/src/orchestration/Orchestration.ts +++ b/src/orchestration/Orchestration.ts @@ -48,8 +48,6 @@ export type Telemetry = string | (string | object)[]; export type PageIdFormat = 'PATH' | 'HASH' | 'PATH_AND_HASH'; -export type PageIdFormat = 'PATH' | 'HASH' | 'PATH_AND_HASH'; - export type PartialCookieAttributes = { unique?: boolean; domain?: string;