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