diff options
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ export interface View { bag_of_glory: Game['bag_of_glory']; bonuses: Game['bonuses']; current_events: CardId[]; + first_player: Game['first_player']; fronts: Game['fronts']; glory: Game['glory']; hand: CardId[]; |