about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 6a4081185f659d1310b1274c93843aac28022cf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
export type Gate =
  // Keep this alphabetic please.
  | 'debug_show_feedcontext'
  | 'native_pwi_disabled'
  | 'new_user_guided_tour'
  | 'new_user_progress_guide'
  | 'onboarding_minimum_interests'
  | 'request_notifications_permission_after_onboarding_v2'
  | 'show_avi_follow_button'
  | 'show_follow_back_label_v2'
  | 'suggested_feeds_interstitial'
  | 'suggested_follows_interstitial'
  | 'ungroup_follow_backs'