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