[Explore] Add index to view metric (#8124)

* add index to view metric

* supply index

* always return a number
This commit is contained in:
Samuel Newman
2025-04-04 18:24:26 +03:00
committed by GitHub
parent ceb51c7e8f
commit 0004e27427
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -330,6 +330,7 @@ export type MetricEvents = {
| 'suggestedFeeds'
| 'suggestedStarterPacks'
| `feed:${FeedDescriptor}`
index: number
}
'explore:module:searchButtonPress': {
module: 'suggestedAccounts' | 'suggestedFeeds'