We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e34d commit d773b6bCopy full SHA for d773b6b
packages/consent/consent-tools-integration-tests/src/page-bundles/onetrust/index.ts
@@ -1,13 +1,6 @@
1
import { AnalyticsBrowser } from '@segment/analytics-next'
2
import { withOneTrust } from '@segment/analytics-consent-wrapper-onetrust'
3
4
-declare global {
5
- interface Window {
6
- withOneTrust: typeof import('@segment/analytics-consent-wrapper-onetrust').withOneTrust
7
- }
8
-}
9
-window.withOneTrust = withOneTrust
10
-
11
const analytics = new AnalyticsBrowser()
12
13
withOneTrust(analytics).load(
0 commit comments