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