> 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/street.md).

# street

#### street

The name of the street or round.

**Type:** string

**Options:**

* "Preflop"
* "Flop"
* "Turn"
* "River"
* "Showdown"

**Example:**

```
"street": "Preflop"
```

{% hint style="warning" %}
The street does not need to be unique in the rounds array.  For instance, there will be two round objects with different id's that are both "Flop" for run it twice hands.  The round id specifies the order that the round occurred.
{% endhint %}
