feat: GetNationInfo에 국방 추가
This commit is contained in:
@@ -156,6 +156,8 @@ export type NationInfoResponse =
|
||||
})
|
||||
| (ValidResponse & {
|
||||
nation: NationItem;
|
||||
isFull: true,
|
||||
impossibleStrategicCommandLists: [string, number][];
|
||||
nationNotice: string,
|
||||
troops: Record<number, string>;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user