Add element to Raid type

This commit is contained in:
Justin Edmund 2022-02-24 18:13:47 -08:00
parent 64b26470ac
commit f778fd2cf8

1
types/Raid.d.ts vendored
View file

@ -6,4 +6,5 @@ interface Raid {
}
level: number
group: number
element: TeamElement
}