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