# type

#### type <a href="#type" id="type"></a>

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

**Type:** string

**Options:**

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

**Example:**

A single table tournament.

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