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