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