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

# Interface EntitiesResultEnvelope

Worker → host → caller `entities` envelope (§25). Closed + validated.

```typescript
interface EntitiesResultEnvelope {
    kind: "entities";
    refs: EntityResultRef[];
}
```

Types: [kind](#kind), [refs](#refs), [EntityResultRef](core.EntityResultRef.md)

##### Index

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

[kind](#kind) [refs](#refs)

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

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

```typescript
kind: "entities"
```

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

```typescript
refs: EntityResultRef[]
```

Types: [EntityResultRef](core.EntityResultRef.md)
