about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
blob: 455a70345886c10ffc7c0ab0dcba857d42c621b1 (plain) (blame)
1
2
3
4
5
6
7
export type Gate =
  // Keep this alphabetic please.
  | 'debug_show_feedcontext'
  | 'debug_subscriptions'
  | 'new_postonboarding'
  | 'remove_show_latest_button'
  | 'trending_topics_beta'