feat: 장수 패널에 개인 전략 표기
This commit is contained in:
@@ -148,7 +148,6 @@ export type GetFrontInfoResponse = {
|
||||
};
|
||||
name: string;
|
||||
};
|
||||
impossibleUserAction: [string, number][];
|
||||
};
|
||||
nation: {
|
||||
id: number;
|
||||
|
||||
@@ -81,6 +81,8 @@ export type GeneralListItemP1 = {
|
||||
killcrew: number;
|
||||
deathcrew: number;
|
||||
firenum: number;
|
||||
|
||||
impossibleUserAction: [string, number][];
|
||||
} & GeneralListItemP0;
|
||||
|
||||
export type GeneralListItemP2 = GeneralListItemP1;
|
||||
|
||||
Reference in New Issue
Block a user