about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 8ec86c9713c21f39bb50747c95841aaa5cc3997f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export type Gate =
  // Keep this alphabetic please.
  | 'alt_share_icon'
  | 'debug_show_feedcontext'
  | 'debug_subscriptions'
  | 'disable_onboarding_policy_update_notice'
  | 'explore_show_suggested_feeds'
  | 'handle_suggestions'
  | 'old_postonboarding'
  | 'onboarding_add_video_feed'
  | 'post_follow_profile_suggested_accounts'
  | 'post_threads_v2_unspecced'
  | 'remove_show_latest_button'
  | 'test_gate_1'
  | 'test_gate_2'