summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts
index f0c4772..2b44d65 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -32,6 +32,7 @@ export interface Game {
current_events: CardId[];
discard: Record<FactionId | 'f', number[]>;
engine: EngineNode[];
+ final_bid: Record<FactionId, CardId[]>;
fronts: {
a: Front;
m: Front;
@@ -73,6 +74,7 @@ export interface View {
bag_of_glory: Game['bag_of_glory'];
bonuses: Game['bonuses'];
current_events: CardId[];
+ final_bid: CardId[];
fronts: Game['fronts'];
glory: Game['glory'];
hand: CardId[];