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