blob: acf0b2aff28a2331fffb0f51f0d844c9d548bdcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
export type Gate =
// Keep this alphabetic please.
| 'autoexpand_suggestions_on_profile_follow'
| 'disable_min_shell_on_foregrounding'
| 'disable_poll_on_discover'
| 'new_profile_scroll_component'
| 'new_search'
| 'show_follow_back_label'
| 'start_session_with_following'
| 'use_new_suggestions_endpoint'
|