lootTypes: {
    ammo: string;
    gear: string;
    misc: string;
    tradeGoods: string;
} = ...

The subtypes for loot items

Type declaration

  • ammo: string
  • gear: string
  • misc: string
  • tradeGoods: string

Generated using TypeDoc