16 lines
431 B
TypeScript
16 lines
431 B
TypeScript
export type Gate =
|
|
// Keep this alphabetic please.
|
|
| 'alt_share_icon'
|
|
| 'debug_show_feedcontext'
|
|
| 'debug_subscriptions'
|
|
| 'disable_onboarding_find_contacts'
|
|
| 'explore_show_suggested_feeds'
|
|
| 'feed_reply_button_open_thread'
|
|
| 'old_postonboarding'
|
|
| 'onboarding_add_video_feed'
|
|
| 'onboarding_suggested_starterpacks'
|
|
| 'remove_show_latest_button'
|
|
| 'show_composer_prompt'
|
|
| 'test_gate_1'
|
|
| 'test_gate_2'
|