18 lines
502 B
TypeScript
18 lines
502 B
TypeScript
export type Gate =
|
|
// Keep this alphabetic please.
|
|
| 'alt_share_icon'
|
|
| 'cta_above_post_heading'
|
|
| 'cta_above_post_replies'
|
|
| 'debug_show_feedcontext'
|
|
| 'debug_subscriptions'
|
|
| 'disable_onboarding_policy_update_notice'
|
|
| 'explore_show_suggested_feeds'
|
|
| 'old_postonboarding'
|
|
| 'onboarding_add_video_feed'
|
|
| 'onboarding_suggested_accounts'
|
|
| 'onboarding_value_prop'
|
|
| 'post_follow_profile_suggested_accounts'
|
|
| 'remove_show_latest_button'
|
|
| 'test_gate_1'
|
|
| 'test_gate_2'
|