summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts
index d55f03e..b4ef5f0 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -72,6 +72,7 @@ export interface Game {
trash: Record<FactionId, CardId[]>;
triggered_track_effects: number[];
used_medallions: number[];
+ glory_current_year?: Record<FactionId, boolean> | null;
}
export interface View {