fix eslint
This commit is contained in:
parent
470660d1d4
commit
bfc9dd8149
@ -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