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
|
en: string
|
||||||
ja: string
|
ja: string
|
||||||
}
|
}
|
||||||
|
slug: string
|
||||||
series: integer
|
series: integer
|
||||||
slot: integer
|
slot: integer
|
||||||
group: integer
|
group: integer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue