# SubscriptionData

`type` in `core` · v0.7.0

<https://docs.seedcord.org/packages/core/0.7.0/subscription-data>

The payload type for a subscriber event.

## Declaration

```ts
type SubscriptionData<KeyOfSubscribers extends SubscriptionKey> =
    AllSubscriptions[KeyOfSubscribers];
```
