<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AnyWire](./x-components.anywire.md)

## AnyWire type

Alias for a wire of any type.

**Signature:**

```typescript
export type AnyWire = Wire<any>;
```
**References:** [Wire](./x-components.wire.md)

