Improve post raid type data accuracy
This commit is contained in:
parent
81393fb629
commit
78c53f36d8
@ -5,6 +5,12 @@ export interface IPmcData extends IBotBase
|
||||
|
||||
export interface IPostRaidPmcData extends IBotBase
|
||||
{
|
||||
/** Only found in profile we get from client post raid */
|
||||
EftStats: IEftStats;
|
||||
Stats: IPostRaidStats
|
||||
}
|
||||
|
||||
export interface IPostRaidStats
|
||||
{
|
||||
Eft: IEftStats
|
||||
/** Only found in profile we get from client post raid */
|
||||
Arena: IEftStats
|
||||
}
|
Loading…
Reference in New Issue
Block a user