Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 20, 2025
1 parent a9e9cbc commit d912dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/consent/consent-tools/src/types/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export interface CDNSettings {
integrations: CDNSettingsIntegrations
remotePlugins?: CDNSettingsRemotePlugin[]
consentSettings?: CDNSettingsConsent
[key: string]: unknown
}

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

Expand Down

0 comments on commit d912dcc

Please sign in to comment.