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