# Selection

# Type Alias: Selection\<TSelected\>

```ts
type Selection<TSelected> = Readable<TSelected>;
```

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

## Type Parameters

### TSelected

`TSelected`
