# Subscription

# Interface: Subscription

Defined in: [types.ts:16](https://github.com/TanStack/store/blob/main/packages/store/src/types.ts#L16)

## Properties

### unsubscribe()

```ts
unsubscribe: () => void;
```

Defined in: [types.ts:17](https://github.com/TanStack/store/blob/main/packages/store/src/types.ts#L17)

#### Returns

`void`
