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

# Interface EntityQuerySubscriptionReset

A durable transition or page boundary cannot be reconciled incrementally.

```typescript
interface EntityQuerySubscriptionReset {
    kind: "reset";
    reason: "recovery-gap" | "page-boundary";
}
```

Types: [kind](#kind), [reason](#reason)

##### Index

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

[kind](#kind) [reason](#reason)

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

### <a id="kind"></a>kind

```typescript
kind: "reset"
```

### <a id="reason"></a>reason

```typescript
reason: "recovery-gap" | "page-boundary"
```
