fix eslint
This commit is contained in:
parent
712f2f52af
commit
2e7c7d6751
@ -111,7 +111,7 @@ export interface ISortie extends Omit<ILiteSortie, "Missions"> {
|
||||
export interface ILiteSortie extends IBaseWorldStateObject {
|
||||
Reward: string;
|
||||
Seed: number;
|
||||
Boss: String;
|
||||
Boss: string;
|
||||
Missions: ISortieMission[]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user