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