summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-01 20:07:17 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-01 20:07:17 +0200
commit0bbe63ec7088262922d04d79678029fcd33bce0c (patch)
tree7ddbb45de40aed18f4c6b7ab57edf6fc174a5118 /types.d.ts
parent63186592400af0a10ca9b77f63f24b17a183d69b (diff)
downloadland-and-freedom-0bbe63ec7088262922d04d79678029fcd33bce0c.tar.gz
Fix logic to show trash panel when returning a card.
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 0b901d5..6740ba8 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -121,6 +121,7 @@ export interface View {
used_medallions: Game['used_medallions'];
year: number;
fascist?: number;
+ show_trash?: boolean;
}
export type States = {