itemTypes: {
    attack: string;
    buff: string;
    class: string;
    consumable: string;
    equipment: string;
    feat: string;
    loot: string;
    spell: string;
    weapon: string;
} = ...

The types for Items

Type declaration

  • attack: string
  • buff: string
  • class: string
  • consumable: string
  • equipment: string
  • feat: string
  • loot: string
  • spell: string
  • weapon: string

Generated using TypeDoc