# QueryResult

# Type Alias: QueryResult\<T\>

```ts
type QueryResult<T> = GetResult<ExtractContext<T>>;
```

Defined in: [packages/db/src/query/builder/index.ts:1243](https://github.com/TanStack/db/blob/main/packages/db/src/query/builder/index.ts#L1243)

## Type Parameters

### T

`T`
