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