# 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"
```
