> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/pot-object/pot_obj/players_win_loss.md).

# player\_wins

#### player\_wins

The wins for each player who won money from this pot.

**Type:** array of [\<player\_wins\_obj>](/player-wins-object/player_wins_obj.md) objects

**Example:**

```javascript
"player_wins": [
    <player_wins_obj>
    <player_wins_obj>
]
```
