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 e8c355f commit edc3a62Copy full SHA for edc3a62
packages/signals/signals/src/types/analytics-api.ts
@@ -76,7 +76,7 @@ export interface AnyAnalytics {
76
* { "Fullstory": {...}, "Braze Web Mode (Actions)": {...}}
77
*/
78
export interface CDNSettingsIntegrations {
79
- 'Segment.io': any // this is unsafe, but it's also backward compatible and will have
+ 'Segment.io': any
80
[integrationName: string]: Record<string, unknown>
81
}
82
0 commit comments