@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 669 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)<!-- --><PayloadType, [WireMetadata](./x-components.wiremetadata.md)<!-- -->>