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