<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [RootXStoreState](./x-components.rootxstorestate.md)

## RootXStoreState interface

Base X store state type. All [XStoreModule](./x-components.xstoremodule.md) are nested under the `x` module for safe scoping.

**Signature:**

```typescript
export interface RootXStoreState 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [x](./x-components.rootxstorestate.x.md) |  | { \[Module in [XModuleName](./x-components.xmodulename.md)<!-- -->\]: [ExtractState](./x-components.extractstate.md)<!-- -->&lt;Module&gt;; } |  |

