Skip to content

Commit

Permalink
Update analytics-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Jan 21, 2025
1 parent e8c355f commit edc3a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signals/signals/src/types/analytics-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface AnyAnalytics {
* { "Fullstory": {...}, "Braze Web Mode (Actions)": {...}}
*/
export interface CDNSettingsIntegrations {
'Segment.io': any // this is unsafe, but it's also backward compatible and will have
'Segment.io': any
[integrationName: string]: Record<string, unknown>
}

Expand Down

0 comments on commit edc3a62

Please sign in to comment.