diff options
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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[]; |