diff --git a/types/AxSkill.d.ts b/types/ItemSkill.d.ts similarity index 76% rename from types/AxSkill.d.ts rename to types/ItemSkill.d.ts index 3294cd47..afb5f105 100644 --- a/types/AxSkill.d.ts +++ b/types/ItemSkill.d.ts @@ -1,4 +1,4 @@ -interface AxSkill { +interface ItemSkill { name: { [key: string]: string en: string @@ -9,5 +9,5 @@ interface AxSkill { minValue: number maxValue: number suffix?: string - secondary?: AxSkill[] + secondary?: ItemSkill[] }