<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExtractActions](./x-components.extractactions.md)

## ExtractActions type

Extracts the actions type from a XStoreModule.

**Signature:**

```typescript
export type ExtractActions<Module extends AnyXModule> = Module extends XModule<XStoreModule<any, any, any, infer Actions>> ? Actions : never;
```
**References:** [AnyXModule](./x-components.anyxmodule.md)<!-- -->, [XModule](./x-components.xmodule.md)<!-- -->, [XStoreModule](./x-components.xstoremodule.md)

