You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use ActionTrackConfigs type alias instead of inline Record type
- Import ActionTrackConfigs from user-timing-extensibility-api-utils
- Replace Record<string, ActionTrackEntryPayload> with ActionTrackConfigs in type constraints
- Improves code consistency and reduces repetition
0 commit comments