about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 4b482b47dca834332895a8c799259566730b8bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'
  | 'request_notifications_permission_after_onboarding_v2'
  | 'session_withproxy_fix'
  | 'show_avi_follow_button'
  | 'show_follow_back_label_v2'
  | 'suggested_feeds_interstitial'
  | 'suggested_follows_interstitial'
  | 'ungroup_follow_backs'
  | 'video_debug'
  | 'videos'
  | 'small_avi_thumb'