export enum Manufacturer {
  Bandit = 'Bandit',
  Dahl = 'Dahl',
  Hyperion = 'Hyperion',
  Jakobs = 'Jakobs',
  Maliwan = 'Maliwan',
  Tediore = 'Tediore',
  Torgue = 'Torgue',
  Vladof = 'Vladof'
}