# DbClientLiveQueryState

# Type Alias: DbClientLiveQueryState

```ts
type DbClientLiveQueryState = "pending" | "success" | "error";
```

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