> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/feedback-type-enum.md).

# FeedbackTypeEnum

## Enumeration Members

### Cancellation

```ts
Cancellation: "CANCELLATION";
```

Feedback on cancellation process.

***

### ~~CustomerSatisfaction~~

```ts
CustomerSatisfaction: "CUSTOMER_SATISFACTION";
```

Deprecated.

#### Deprecated

No longer supported type of customer feedback.

***

### Other

```ts
Other: "OTHER";
```

Other feedback type.
