blob: d2caa47f2ab207743d6db9b3105b407280e7494c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext'
| 'debug_subscriptions'
| 'new_postonboarding'
| 'remove_show_latest_button'
| 'test_gate_1'
| 'test_gate_2'
| 'trending_topics_beta'
|