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