# LiveQueryOptions

# Type Alias: LiveQueryOptions

```ts
type LiveQueryOptions = LiveQueryCollectionConfig<any> & object;
```

Defined in: [packages/db/src/live-query-options.ts:17](https://github.com/TanStack/db/blob/main/packages/db/src/live-query-options.ts#L17)

## Type Declaration

### queryKey?

```ts
optional queryKey: LiveQueryKey;
```
