Skip to content

Commit edc3a62

Browse files
authored
Update analytics-api.ts
1 parent e8c355f commit edc3a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/types/analytics-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface AnyAnalytics {
7676
* { "Fullstory": {...}, "Braze Web Mode (Actions)": {...}}
7777
*/
7878
export interface CDNSettingsIntegrations {
79-
'Segment.io': any // this is unsafe, but it's also backward compatible and will have
79+
'Segment.io': any
8080
[integrationName: string]: Record<string, unknown>
8181
}
8282

0 commit comments

Comments
 (0)