Add slug to WeaponKey type
This commit is contained in:
parent
a50804a33b
commit
ea02474bd2
1 changed files with 1 additions and 0 deletions
1
types/WeaponKey.d.ts
vendored
1
types/WeaponKey.d.ts
vendored
|
|
@ -5,6 +5,7 @@ interface WeaponKey {
|
|||
en: string
|
||||
ja: string
|
||||
}
|
||||
slug: string
|
||||
series: integer
|
||||
slot: integer
|
||||
group: integer
|
||||
|
|
|
|||
Loading…
Reference in a new issue