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 b939fad..e9d2c95 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -73,6 +73,7 @@ export interface Game {
used_medallions: number[];
glory_current_year?: Record<FactionId, boolean> | null;
fascist: 0 | 1;
+ card_played: 0 | 1;
}
export interface View {