WorldHistory
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
import type { NationID } from "@/defs.js";
|
||||||
|
|
||||||
|
//국제 정세
|
||||||
|
export interface IWorldHistory {
|
||||||
|
//MongoDB ID
|
||||||
|
_id: string;
|
||||||
|
|
||||||
|
//nationID -> year -> month
|
||||||
|
year: number;
|
||||||
|
month: number;
|
||||||
|
nationID?: NationID;
|
||||||
|
|
||||||
|
text: string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user