<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [Wiring](./x-components.wiring.md)

## Wiring type

The Wiring is a record where each key is an EmpathyX event, and the value is a dictionary of wires.

**Signature:**

```typescript
export type Wiring = {
    [Event in XEvent]: Dictionary<WireForEvent<Event>>;
};
```
**References:** [XEvent](./x-components.xevent.md)<!-- -->, [WireForEvent](./x-components.wireforevent.md)

