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