about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 6e460dc60f57cf2456cf25cfb5da1812013527fa (plain) (blame)
1
2
3
4
5
6
export type Gate =
  // Keep this alphabetic please.
  | 'native_pwi_disabled'
  | 'request_notifications_permission_after_onboarding_v2'
  | 'show_avi_follow_button'
  | 'show_follow_back_label_v2'