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