> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatterTypes

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: MatterType

The matter type entity from Smokeball.

## Properties

### categories

> **categories**: `string`\[]

List of categories to which the matter type belongs.

***

### description

> **description**: `string`

Description of the matter type.

***

### id

> **id**: `string`

Unique identifier of the matter type.

***

### items?

> `optional` **items**: [`MatterTypeItem`](./MatterTypeItem)\[]

List of items belonging to the matter type.

***

### locationId

> **locationId**: `string`

State to which the matter type belongs.

***

### name

> **name**: `string`

Name of the matter type.

***

### representativeOptions?

> `optional` **representativeOptions**: `string`\[]

List of possible representative types for the matter type.

***

### tags

> **tags**: `string`\[]

List of tags assigned to the matter type.

***

### type

> **type**: [`TypeCategory`](./../type-aliases/TypeCategory)

Category type to which the matter type belongs.
