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