Add element to Raid type
This commit is contained in:
parent
64b26470ac
commit
f778fd2cf8
1 changed files with 1 additions and 0 deletions
1
types/Raid.d.ts
vendored
1
types/Raid.d.ts
vendored
|
|
@ -6,4 +6,5 @@ interface Raid {
|
|||
}
|
||||
level: number
|
||||
group: number
|
||||
element: TeamElement
|
||||
}
|
||||
Loading…
Reference in a new issue