about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 314799f288055e5b4e2ede67c52c6a5d301fed4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
export type Gate =
  // Keep this alphabetic please.
  | 'autoexpand_suggestions_on_profile_follow'
  | 'disable_min_shell_on_foregrounding'
  | 'disable_poll_on_discover'
  | 'hide_vertical_scroll_indicators'
  | 'new_profile_scroll_component'
  | 'new_search'
  | 'receive_updates'
  | 'show_follow_back_label'
  | 'start_session_with_following'
  | 'use_new_suggestions_endpoint'