<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [RecommendationsState](./x-components.recommendationsstate.md)

## RecommendationsState interface

Recommendations store state.

**Signature:**

```typescript
export interface RecommendationsState extends StatusState 
```
**Extends:** [StatusState](./x-components.statusstate.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [config](./x-components.recommendationsstate.config.md) |  | [RecommendationsConfig](./x-components.recommendationsconfig.md) | Configuration for the <code>Recommendations</code> module. |
|  [origin](./x-components.recommendationsstate.origin.md) |  | string | Param to be sent on the recommendations request. |
|  [params](./x-components.recommendationsstate.params.md) |  | Dictionary&lt;unknown&gt; | The extra params property of the state. |
|  [recommendations](./x-components.recommendationsstate.recommendations.md) |  | Result\[\] | The recommendations of the module. |

