<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md)

## StoreModuleStateAndGetters interface

Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->.

**Signature:**

```typescript
export interface StoreModuleStateAndGetters<ModuleName extends XModuleName> 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [getters](./x-components.storemodulestateandgetters.getters.md) |  | [ExtractGetters](./x-components.extractgetters.md)<!-- -->&lt;ModuleName&gt; |  |
|  [state](./x-components.storemodulestateandgetters.state.md) |  | [ExtractState](./x-components.extractstate.md)<!-- -->&lt;ModuleName&gt; |  |

