<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [WirePayload](./x-components.wirepayload.md)

## WirePayload interface

The wire payload includes the payload of the event, and a [WireMetadata](./x-components.wiremetadata.md) object to add more information to the event.

**Signature:**

```typescript
export interface WirePayload<PayloadType> extends SubjectPayload<PayloadType, WireMetadata> 
```
**Extends:** [SubjectPayload](./x-components.subjectpayload.md)<!-- -->&lt;PayloadType, [WireMetadata](./x-components.wiremetadata.md)<!-- -->&gt;

