bsky-app/src/lib/statsig/gates.ts
2024-06-25 17:02:43 -07:00

7 lines
228 B
TypeScript

export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext'
| 'native_pwi_disabled'
| 'request_notifications_permission_after_onboarding_v2'
| 'show_avi_follow_button'
| 'show_follow_back_label_v2'