Skip to content

Commit d912dcc

Browse files
committed
wip
1 parent a9e9cbc commit d912dcc

File tree

1 file changed

+2
-1
lines changed
  • packages/consent/consent-tools/src/types

1 file changed

+2
-1
lines changed

packages/consent/consent-tools/src/types/wrapper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export interface CDNSettings {
136136
integrations: CDNSettingsIntegrations
137137
remotePlugins?: CDNSettingsRemotePlugin[]
138138
consentSettings?: CDNSettingsConsent
139+
[key: string]: unknown
139140
}
140141

141142
/**
@@ -144,7 +145,7 @@ export interface CDNSettings {
144145
* { "Fullstory": {...}, "Braze Web Mode (Actions)": {...}}
145146
*/
146147
export interface CDNSettingsIntegrations {
147-
'Segment.io': Record<string, unknown>
148+
'Segment.io': any // This key isn't actually used, but it's here to loosely match the expected type
148149
[integrationName: string]: Record<string, unknown>
149150
}
150151

0 commit comments

Comments
 (0)