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