fix: GetNationInfo에는 nationNotice가 필요하지 않음
This commit is contained in:
@@ -154,7 +154,6 @@ export type NationInfoFull = ValidResponse & {
|
||||
nation: NationItem;
|
||||
isFull: true,
|
||||
impossibleStrategicCommandLists: [string, number][];
|
||||
nationNotice: NationNotice,
|
||||
troops: Record<number, string>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user