> 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/round-object/round_obj.md).

# \<round\_obj>

#### round

An object defining the betting rounds that occurred during the hand.

**Type:** object

**Structure:**

```javascript
{
	"id": integer,
	"street": street_string
	"cards": [
		string,
		string,
		string
	],
	"actions": [
		<action_obj>,
		<action_obj>
	]
}

```
