> 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/tournament-info-object/tournament_info_obj/type.md).

# type

#### type

The type of the tournament - single or multi-table.

**Type:** string

**Options:**

* "STT": Single table tournament
* "MTT": Multi-table tournament

**Example:**

```javascript
"type": "STT"
```
