blob: e4991ad384f17fb88a1b6b7dbd6861dfeadc83b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext'
| 'native_pwi_disabled'
| 'onboarding_minimum_interests'
| 'request_notifications_permission_after_onboarding_v2'
| 'show_avi_follow_button'
| 'show_follow_back_label_v2'
| 'new_user_guided_tour'
| 'suggested_feeds_interstitial'
| 'suggested_follows_interstitial'
|