# DehydratedLiveQueryResult

# Type Alias: DehydratedLiveQueryResult\<T, TKey\>

```ts
type DehydratedLiveQueryResult<T, TKey> = object;
```

Defined in: [packages/db/src/client.ts:122](https://github.com/TanStack/db/blob/main/packages/db/src/client.ts#L122)

## Type Parameters

### T

`T` *extends* `object` = `object`

### TKey

`TKey` *extends* `string` \| `number` = `string` \| `number`

## Properties

### rows

```ts
rows: DehydratedCollectionRow<T, TKey>[];
```

Defined in: [packages/db/src/client.ts:126](https://github.com/TanStack/db/blob/main/packages/db/src/client.ts#L126)
