# SubscriptionUnsubscribedEvent

# Interface: SubscriptionUnsubscribedEvent

Defined in: [packages/db/src/types.ts:235](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L235)

Event emitted when subscription is unsubscribed

## Properties

### subscription

```ts
subscription: Subscription;
```

Defined in: [packages/db/src/types.ts:237](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L237)

***

### type

```ts
type: "unsubscribed";
```

Defined in: [packages/db/src/types.ts:236](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L236)
