# SubscriptionUnsubscribedEvent

# Interface: SubscriptionUnsubscribedEvent

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

Event emitted when subscription is unsubscribed

## Properties

### subscription

```ts
subscription: Subscription;
```

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

***

### type

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

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