import type { NationID, TroopID } from "./defs.js"; export interface ITroopEntity { id: TroopID; nationID: NationID; name: string; }