<!-- 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 type

Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->.

**Signature:**

```typescript
export type StoreModuleStateAndGetters<ModuleName extends XModuleName> = {
    state: ExtractState<ModuleName>;
    getters: ExtractGetters<ModuleName>;
};
```
**References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [ExtractState](./x-components.extractstate.md)<!-- -->, [ExtractGetters](./x-components.extractgetters.md)

