about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: bf2484ccb9484db3b0ee69d852abab273b097b3d (plain) (blame)
1
2
3
4
5
6
7
8
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'
  | 'starter_packs_enabled'