fix: GetFrontInfo

This commit is contained in:
2023-03-09 02:20:12 +09:00
parent 1644af0f18
commit 54885efc8e
2 changed files with 2 additions and 16 deletions
-1
View File
@@ -181,7 +181,6 @@ export type GetFrontInfoResponse = {
npc: GeneralListItemP0["npc"];
}
>;
officerLevelTexts: Record<number, string>;
diplomaticLimit: number;
strategicCmdLimit: number;
impossibleStrategicCommand: [string, number][];