about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 5ae6bd530011850f56c0f3cefb8c914a4ec54ee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export type Gate =
  // Keep this alphabetic please.
  | 'debug_show_feedcontext'
  | 'new_user_guided_tour'
  | 'onboarding_minimum_interests'
  | 'session_withproxy_fix'
  | 'show_follow_back_label_v2'
  | 'suggested_feeds_interstitial'
  | 'video_debug'
  | 'videos'