diff options
Diffstat (limited to 'src/lib/statsig')
-rw-r--r-- | src/lib/statsig/events.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 76ba3257f..8d684a4e7 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -239,6 +239,10 @@ export type LogEvents = { 'trendingTopics:show': {} 'trendingTopics:hide': { - context: 'sidebar' | 'interstitial' | 'explore' + context: + | 'sidebar' + | 'interstitial' + | 'explore:trending' + | 'explore:recommendations' } } |