> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/react.ISPOClient.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface ISPOClient

```typescript
interface ISPOClient {
    entities: {
        liveQuery<T = unknown>(
            type: string,
            query?: EntityQuery,
        ): ReadableStore<LiveEntityQueryState<T>>;
    };
}
```

Types: [entities](#entities), [EntityQuery](core.EntityQuery.md), [ReadableStore](react.ReadableStore.md), [LiveEntityQueryState](react.LiveEntityQueryState.md)

##### Index

### <a id="properties"></a>Properties

[entities](#entities)

## <a id="properties-1"></a>Properties

### <a id="entities"></a>`Readonly`entities

```typescript
entities: {
    liveQuery<T = unknown>(
        type: string,
        query?: EntityQuery,
    ): ReadableStore<LiveEntityQueryState<T>>;
}
```

Types: [EntityQuery](core.EntityQuery.md), [ReadableStore](react.ReadableStore.md), [LiveEntityQueryState](react.LiveEntityQueryState.md)
