blob: 7cdf7551eaa879360978b981a14673a568d1a6ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext'
| 'explore_page_profile_card_social_proof'
| 'native_pwi_disabled'
| 'new_user_guided_tour'
| 'new_user_progress_guide'
| 'onboarding_minimum_interests'
| 'session_withproxy_fix'
| 'show_avi_follow_button'
| 'show_follow_back_label_v2'
| 'suggested_feeds_interstitial'
| 'video_debug'
| 'videos'
|